Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thierrymichel/gulp-tm


https://github.com/thierrymichel/gulp-tm

Last synced: 25 days ago
JSON representation

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.