Introduce src/ and dist/ folders
Separate minifying/renaming of files to prod-only tasks Add tasks for copying jQuery and fonts Ref #1138, #1070, #1155
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,9 +1,6 @@
|
||||
# Include your project-specific ignores in this file
|
||||
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
|
||||
node_modules
|
||||
assets/vendor
|
||||
assets/css/main.css.map
|
||||
assets/css/*main*.css
|
||||
assets/js/*scripts*.js
|
||||
assets/js/vendor/modernizr.min.js
|
||||
assets/dist
|
||||
assets/rev-manifest.json
|
||||
bower_components
|
||||
node_modules
|
||||
|
||||
Reference in New Issue
Block a user