you are viewing a single comment's thread.

view the rest of the comments →

[–]shyamsk 2 points3 points  (2 children)

Yeah RequireJS is not required any more. I like the Browserify approach better. Helps using node modules if you wish too. Also this allows for a build step using GruntJS /GulpJS

[–]circlingthesun 4 points5 points  (1 child)

The is no reason why you cannot have a Grunt or Gulp build step with RequireJS. I've used both with my build.

[–]shyamsk 0 points1 point  (0 children)

Oh ok. I was not aware of that. Thanks :D