Work with PureCss and Sass, from one place, with a single file for your projects. Using Gulp, Babel and ES6.
If you have problems, you may need to install one of these dependencies in your global environment.
yarn add -D purecss-onefile
Command | description |
---|---|
gc | compiles the gulp file, written in Es6 to Es5. |
sassC | compiles the Sass/Scss files to Css, from their respective folders. |
concatC | concatenates the PureCss files, selected from the files-purecss.js file. |
miniC | minimizes the file created with the concatC command. |
pureC | concatenates the pure-min file with the sass/scss/css files that the developer creates. |
miniP | Minimizes the file created with pureC. |
completeSC | compiles the gulp file, concatenates and minimizes the selected purecss files into the files-purecss.js file and notifies. |
completeSP | compiles the gulp file, concatenates and minimizes the selected Purecss and Sass" files, and notifies. |
The files available for occupancy are found in files-purecss.js, which will be added to the concatCompound task found in gulpfilesEs6.js in the gulp.src section.
===========
Copyright (c) 2017 Michael Scott B
For more information see the LICENSE file