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
- Host: GitHub
- URL: https://github.com/yussan/grunt-pug-sass-skeleton
- Owner: yussan
- License: mit
- Created: 2017-09-08T12:57:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T16:02:09.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:01:54.610Z (about 1 year ago)
- Topics: boilerplate, grunt, nodejs, npm, pug, sass
- Language: JavaScript
- Size: 2.42 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://commitizen.github.io/cz-cli/)
# grunt-pug-sass-boilerplate
boilerplate project of pug and sass using grunt
## 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)