Build javascript modules, how to package (modules)?

3

I'm using require js and want to optimize requests by reading documentation in github , I know you can set up a task in Grunt to concatenate my modules plus I'm a bit confused on how to set up this task and how exactly it will work. Structure:

    
asked by anonymous 31.08.2015 / 03:13

1 answer

1

What you are looking for will find in the articles below, examples of how to proceed with the use of RequireJS and the concatenation / minification of it:

Note the use of uglify for optimization.

    
12.09.2015 / 21:51