0.2.2 • Published 5 years ago

generator-cwf-theme v0.2.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
5 years ago

First, install Yeoman and generator-cwf-theme using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-cwf-theme

Then generate your new project:

# You need to create folder first, and then inside it run:
yo cwf-theme
CommandDoes...
scss-lint:fixLints the SCSS files following the rules set in the .stylelintrc file and if can fixes errors and warnings
lint:jsLints the JS files using the rules in .eslintrc.json following the Drupal standards.
lint:fixTries to automatically fix linted JS errors and warnings.
image:minMinifies images in the src/images directory and moves them to the /dist/images folder.
faviconWill convert the favicon.svg file to the appropriate ICO file.
css:scss-lintLints the SCSS files following the rules set in the .stylelintrc file.
css:scssCompiles all SCSS files from src/scss to dist/scss.
css:prefixAutoprefixes files following settings from the .browserslistrc file.
serveStart a new server with the url you entered and watches for CSS & JS file changes in the dist folder.
image:iconsGenerates an icon font from all the SVG files in the scr/images/icons folder.
watch:iconsWatches the scr/images/icons folder for changes
image:spriteCompress separate SVG files from scr/images/svg and combines them into one SVG "sprite".
watch:svgWatches the scr/images/svg folder for changes.
build:imagesRuns all image related scripts: icons, sprites and image minifications.
build:jsMinifies the main JS file.
build:cssRuns all SCSS and CSS related scripts.
buildRuns all build scripts.
watch:cssWatches SCSS files for changes and runs all related scripts.
watch:imagesWatches all image files for changes and ... runs all related scripts.
watchWATCHES ALL FILES AND RUNS APPROPRIATE SCRIPTS

License

Apache-2.0 © Ivan Buisic

0.2.2

5 years ago

0.2.11

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.51

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.81

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago