Questions tagged [grunt-contrib-requirejs]

Optimize RequireJS projects using r.js.

Grunt task to optimize RequireJS projects using r.js.

80 questions
0
votes
1 answer

Stuck with requirejs relative-path configuration with Grunt-contrib-requirejs

I am having trouble to reference requirejs modules with relative path in the code and have them working with grunt-contrib-requirejs. Anyone has any clue on why this might happen? File Structure: src | --config.js | --js/ | --package …
ttback
  • 2,051
  • 5
  • 27
  • 40
0
votes
1 answer

Gruntjs throwing error with requirejs task

I'm trying to setup a simple gruntjs task using requirejs on Windows 8, but when I run it keeps producing the follow command line error. package.json: { "name": "my-app", "version": "0.0.1", "devDependencies": { "grunt": "~0.4.1", …
Joshua
  • 1,260
  • 3
  • 17
  • 33
0
votes
2 answers

RequireJS optimiser not loading paths from external config?

I'm using r.js through grunt-contrib-requirejs and haven't had any problems with it so far, until I wanted to split up my config into a separate file so that both testem and my app could share the same config. I haven't got any problems with having…
Ben
  • 10,106
  • 3
  • 40
  • 58
0
votes
3 answers

grunt-contrib-requirejs task stops Grunt without errors

I have a problem where my grunt-contrib-requirejs task stops my grunt processes. It does this with no errors at all. I need help identifying the issue. My overall task grunt.registerTask('build', [ 'clean:dist', 'jshint', 'handlebars', …
-1
votes
1 answer

grunt-contrib- packages are officially supported by Grunt?

I'm about to use the RequireJs plugin for Grunt. I found out that there are two plugins with the same functionality: grunt-contrib-requirejs (https://github.com/gruntjs/grunt-contrib-requirejs) grunt-requirejs…
1 2 3 4 5
6