1.1.7 • Published 2 years ago

generator-sass-webapp v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Gulp Sass Front-end boilerplate

Installation instructions

In order to have this workflow running you need to have Yeoman generator ecosystem globally installed:

npm install -g yo

As well as the gulp-cli:

npm install -g gulp-cli

And finally the sass-webapp generator itself:

npm install -g generator-sass-webapp

Usage

When/if you already have those installed, create a new project folder and while inside it type:

yo sass-webapp

That's it! To have Gulp running head to the project folder command line and type: gulp

Notes

Images that you place on the app/images folder will be automatically converted to .webp format under the dist/images folder, so you might want to refer to those in your code.

Links

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago