1.0.0 • Published 6 years ago

purecss-onefile v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

NPM version GitHub version David license

Stats

NPM

PureCSS-OneFile

Work with PureCss and Sass, from one place, with a single file for your projects. Using Gulp, Babel and ES6.

Installation before using PureCss-OneFile

If you have problems, you may need to install one of these dependencies in your global environment.

Dependencies

Install Yarn

yarn add -D purecss-onefile

Commands gulp

Commanddescription
gccompiles the gulp file, written in Es6 to Es5.
sassCcompiles the Sass/Scss files to Css, from their respective folders.
concatCconcatenates the PureCss files, selected from the files-purecss.js file.
miniCminimizes the file created with the concatC command.
pureCconcatenates the pure-min file with the sass/scss/css files that the developer creates.
miniPMinimizes the file created with pureC.
completeSCcompiles the gulp file, concatenates and minimizes the selected purecss files into the files-purecss.js file and notifies.
completeSPcompiles the gulp file, concatenates and minimizes the selected Purecss and Sass" files, and notifies.

How to use completeSC

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.

License MIT

===========

Copyright (c) 2017 Michael Scott B

For more information see the LICENSE file