Output amd to dist

This commit is contained in:
kpdecker
2013-10-01 21:41:54 -05:00
parent db0f03d1b5
commit 117357b74e
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
expand: true,
cwd: 'lib/',
src: '**/!(index).js',
dest: 'tmp'
dest: 'dist/amd/'
}]
},