Hooray for options

This commit is contained in:
lilia
2014-11-08 11:38:32 -08:00
parent 59f22ecb26
commit 8d323a4d71
4 changed files with 7 additions and 10 deletions
+5 -3
View File
@@ -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: {