Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bundle Task

This example shows how to configure the concat Grunt task, as discussed in Chapter 2 of the book.

In the example, we'll be bundling together all of the *.js files in public/js, and placing them in a bundled file at build/js/bundle.js.

To run this example, write the following command in your terminal.

grunt concat:js