2.0.1
Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size, Add CHANGELOG.MD to track changes, Tidy up formatting using PHP-CS-Fixer (mostly spacing), Update README.MD dependencies
This commit is contained in:
parent
585aa37d39
commit
6b6864f7a0
10 changed files with 76 additions and 64 deletions
|
@ -33,6 +33,8 @@ To include all its optional submodules ([Simple Grid](https://github.com/benchma
|
|||
|
||||
* [Node.js](http://nodejs.org)
|
||||
* [Gulp](http://gulpjs.com)
|
||||
* [Gulp Imagemin](https://github.com/sindresorhus/gulp-imagemin)
|
||||
* [Laravel Elixir](https://github.com/laravel/elixir)
|
||||
|
||||
### Using Gulp and Laravel Elixir
|
||||
|
||||
|
@ -52,11 +54,11 @@ Then run:
|
|||
|
||||
*to compile*
|
||||
|
||||
gulp watch
|
||||
gulp watch
|
||||
|
||||
*to watch*
|
||||
|
||||
gulp --production
|
||||
gulp --production
|
||||
|
||||
*to minify*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue