Separates assets into - Source assets: `assets` - Compiled assets: `dist` Edits assets.php to reflect changes Removes '.min' from filenames Fixes: - removes 'clean' from build step.
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
# Include your project-specific ignores in this file
|
|
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
|
|
dist
|
|
bower_components
|
|
node_modules
|