August 2016
Intermediate to advanced
376 pages
6h 33m
English
As we mentioned before, we can perform each of the tasks that we have created individually.
For example, to optimize the image files, we can run the imagemin task only. Just open the terminal/shell and type the following command:
npm run imagemin
The output on the terminal will be the following:
8 images minified
We can do the same for each task.
Read now
Unlock full access