2.1.1 • Published 6 years ago

gulppack-pug v2.1.1

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

Gulppack. Pug + SCSS version

Gulppack is a very useful gulp build for your front-end projects. Compile SCSS and Pug, compress the files, optimize the pictures, write ES6. It reloads your browser automatically every time you save a file in a code editor. Don't care about tedious things, leave it to us!

What includes:

How to use:

Yarn is a modern alternative to npm. Yarn works with the same package file.json and just downloads the required modules into the folder node_modules, but does it much faster.

Then using cmd in Windows or Terminal in Linux/macOS, please do the following:

  • clone the repository: git clone https://github.com/andreyalexeich/gulppack-pug.git;
  • install gulp globally: yarn global add gulp-cli;
  • go to the folder: cd gulppack-pug;
  • enter the command that downloads the required components: yarn;
  • run Gulp: gulp.

npm.io

Your web browser will open with local server and running browser-sync. Now if you make changes to the files .pug, .scss or .js, your web browser will reload the web page itself, and Gulp will re-build your project in the dest folder.

Bower?

Use yarn instead of Bower. For example, you are need in jQuery (already used in this project as an example), then using cmd in Windows or Terminal in Linux/macOS install it: yarn add jquery, build it: gulp vendor and run: gulp. All you have to do is connect this library to your .pug.

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago