grunt-requirejs icon indicating copy to clipboard operation
grunt-requirejs copied to clipboard

RequireJs (r.js) plugin for grunt.js

Results 21 grunt-requirejs issues
Sort by recently updated
recently updated
newest added

This is my console putput C:\Program Files\nodejs>npm install jsdom C:\Program Files\nodejs `-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +--...

Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...

It is unfortunate...but since you have a dependency on gzip-js (which is GPL license), then you are effectively GPL and not MIT. It is not a copy left license. Specifically,...

licence

As of npm3+, peerDeps will no longer be installed automatically. Lets remove the peerDep grunt and keep the devDep. @asciidisco

Compiles without error. But when run in browser, get error "Undefined missing [module]" This is my grunt file config ``` javascript requirejs: { compile: { options: { almond: true, name:...

After i runt build of grunt task, and i run my site with localhost but it do not work. It seem grunt-requirejs not work correctly as i expect. Could anyone...

gruntfile : requirejs: { compile: { options: { optimize: "uglify2", baseUrl: "resource/js", mainConfigFile: 'resource/js/app.js', name : "app", out: "resource/js/r.app.js",

Hi, I encountered weird bug. When you set wrong path to file in `replaceRequireScript` grunt task doesn't throw any error, even in verbose mode. Sample config, where file 'index.html' does...