Hooray for options

pull/749/head
lilia 10 years ago
parent 59f22ecb26
commit 8d323a4d71

@ -38,12 +38,14 @@ module.exports = function(grunt) {
},
curve25519: {
src: [
'build/_before.js',
'build/curve25519_compiled.js',
'build/curve25519.js',
'build/_after.js'
],
dest: 'js/curve25519_compiled.js'
dest: 'js/curve25519_compiled.js',
options: {
banner: ';(function(){\n',
footer: '\n})();'
}
}
},
sass: {

@ -1,2 +0,0 @@
})();

@ -1 +0,0 @@
;(function() {

@ -1,5 +1,4 @@
;(function() {
;(function(){
// Note: For maximum-speed code, see "Optimizing Code" on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code
// Note: Some Emscripten settings may limit the speed of the generated code.
try {
@ -2999,5 +2998,4 @@ run();
};
})();
})();
})();
Loading…
Cancel
Save