Building an AMD file

This commit is contained in:
Yehuda Katz
2013-07-16 19:10:37 +00:00
parent 12f8299eb2
commit da130f7745
12 changed files with 17 additions and 2684 deletions
+1 -5
View File
@@ -10,7 +10,6 @@ module.exports = function(grunt) {
clean: ["dist"],
watch: config('watch') ,
concat: config('concat'),
browser: config('browser'),
connect: config('connect'),
transpile: config('transpile')
});
@@ -23,10 +22,7 @@ module.exports = function(grunt) {
this.registerTask('build', "Builds a distributable version of the current project", [
'clean',
'transpile:amd',
'concat:library',
'concat:browser',
'browser:dist',
'bytes']);
'concat:library']);
this.registerTask('tests', "Builds the test package", [
'build',