A theme using SASS versions of Twitter Bootstrap and Font Awesome, and Bower and Grunt. Based on Silverstripe Bootstrap Theme
- node.js > v4.4.4
- npm > v2.7.1
- Bootstrap v3.3.6
- jQuery v1 / v2
- Modernizr v2.7.1
- Font Awesome 4.6.3
- grunt > v0.4.2
- grunt-cli > v1.2.0
Use npm init
to create a package.json file.
package.json contains the required (node-based) modules for grunt or gulp.
The file bower.json
contains extensions or libraries used within your project like jQuery or Bootstrap (bower install <package> --save-dev
).
Add a file called "_manifest_exclude" to the folders bower_components and node_modules to exclude those folders from being utilized while dev/build
.