Closed mallorydxw closed 8 years ago
This will mean that Gruntfile.js doesn't need to be modified when we want to load a new JavaScript file. We can modify a main.js file which will just require(...) any files it needs.
main.js
require(...)
This will mean that Gruntfile.js doesn't need to be modified when we want to load a new JavaScript file. We can modify a
main.js
file which will justrequire(...)
any files it needs.