An open API service indexing awesome lists of open source software.

https://github.com/yussan/grunt-pug-sass-skeleton

boilerplate project of pug and sass using grunt
https://github.com/yussan/grunt-pug-sass-skeleton

boilerplate grunt nodejs npm pug sass

Last synced: 4 months ago
JSON representation

boilerplate project of pug and sass using grunt

Awesome Lists containing this project

README

        

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# grunt-pug-sass-boilerplate
boilerplate project of pug and sass using grunt

![cover grunt+pug+sass+js](https://raw.githubusercontent.com/yussan/grunt-pug-sass-boilerplate/master/cover.png)

## Grunt Contrib
* ### Pug to Html
`grunt-contrib-pug`
* ### Sass to CSS
`grunt-contrib-sass`
* ### ES6 Support and minify
`grunt-babel`
* ### Copy
If you have some libraries, please place inside `src/libraries`. We are using `grunt-contrib-copy` to copy all inside `src/libraries` to `dist/libraries`.
* ### Image Minify
We are using `grunt-contrib-imagemin` to compress all image inside `src/images` to `dist/images`.
* ### Watch and auto browser view changes
`grunt-contrib-watch` and `grunt-contrib-browsersync`
* ### Css Minify (only for production)
`grunt-contrib-cssmin`

## Prerequisites
- NodeJS + NPM
- Yarn recomended as faster NPM alternative

## Commands

Only use npm command

* ### Installation
```
npm install
```

* ### Build and watch for development
```
npm start
```

* ### Build for production
```
npm build:prod
```
## Used by
* https://kompetisi.id
* https://yussan.github.io
* https://doconfig.netlify.com
* https://byidmore.com

## Contributors
- [yussan](https://github.com/yussan)
- [Sagar V](https://github.com/sagarvd01)
- [Skip van 't Hof](https://github.com/Skipvanthof)

## Contributing
[CONTRIBUTING.md](https://github.com/yussan/grunt-pug-sass-boilerplate/blob/master/CONTRIBUTING.md)

## Changelog
[CHANGELOG.md](https://github.com/yussan/grunt-pug-sass-boilerplate/blob/master/CHANGELOG.md)