Skip to content

yussan/grunt-pug-sass-skeleton

Repository files navigation

Commitizen friendly

grunt-pug-sass-boilerplate

boilerplate project of pug and sass using grunt

cover grunt+pug+sass+js

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

Commands

Only use npm command

  • Installation

    npm install 
    
  • Build and watch for development

    npm start
    
  • Build for production

    npm build:prod
    

Used by

Contributors

Contributing

CONTRIBUTING.md

Changelog

CHANGELOG.md