Skip to content
Snippets Groups Projects
Commit c0734fa5 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Reordering the includes so that storage comes earlier - it is required by BrowserIDIdentities.js

parent 9582249e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ echo ''
cd ../js
# re-minimize everything together
cat jquery-1.6.2.min.js json2.js ../dialog/resources/underscore-min.js ../dialog/resources/browserid-network.js ../dialog/resources/browserid-identities.js ../dialog/resources/storage.js browserid.js > lib.js
cat jquery-1.6.2.min.js json2.js ../dialog/resources/underscore-min.js ../dialog/resources/storage.js ../dialog/resources/browserid-network.js ../dialog/resources/browserid-identities.js browserid.js > lib.js
$UGLIFY < lib.js > lib.min.js
cd ../css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment