dxw / whippet-theme-template

This repo holds the template for a Whippet-enabled theme.
2 stars 1 forks source link

Use browserify #8

Closed mallorydxw closed 8 years ago

mallorydxw commented 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.