Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ purecss-onefile Public archive

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

License

Notifications You must be signed in to change notification settings

MscottB/purecss-onefile

Repository files navigation

Repository archived due to non-use and lack of updating, in addition to better options.

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

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.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published