Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thierrymichel/gulp-tm
https://github.com/thierrymichel/gulp-tm
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thierrymichel/gulp-tm
- Owner: thierrymichel
- License: mit
- Created: 2015-05-07T08:10:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T19:27:50.000Z (over 9 years ago)
- Last Synced: 2023-07-01T10:39:45.984Z (over 1 year ago)
- Language: ApacheConf
- Size: 3.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A frontend workflow with Gulp
__Dev__ task (default) including:
+ styles (sass, autoprefixer and pixrem with sourcemaps)
+ scripts (concat and uglify with sourcemaps)
+ images (optimization)
+ watch
+ livereload```
$ gulp
```__Build__ process including:
+ styles (no sourcemaps)
+ scripts (no sourcemaps)
+ images (optimization)
+ copy (copy modified files and remove deleted files)
+ revision (for main stylesheet/scripts and images files)```
$ gulp build
```## To-do list
+ Add HTML minifcation
-----
## Contributing
Feel free to comment or open an issue/PR.