Don't use the requirejs task, it doesn't support almond.
Instead we build manually. Fixed paths in build.js Conflicts: Gruntfile.js
Showing
... | ... | @@ -35,5 +35,8 @@ |
"bower": "~1.0.0", | ||
"grunt-contrib-requirejs": "~0.4.1", | ||
"grunt-contrib-cssmin": "~0.6.1" | ||
}, | ||
"dependencies": { | ||
"requirejs": "~2.1.8" | ||
} | ||
} |
Please register or sign in to comment