All Projects → yussan → grunt-pug-sass-skeleton

yussan / grunt-pug-sass-skeleton

Licence: MIT license
boilerplate project of pug and sass using grunt

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to grunt-pug-sass-skeleton

Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+1221.43%)
Mutual labels:  grunt, pug
Bolt
⚡ is a fast grunt based, data driven, static site seed project, for rapid web development of PWA's or JAMstack projects
Stars: ✭ 30 (+114.29%)
Mutual labels:  grunt, pug
Document-Management-System
DocKip is a document management system for managing and sharing documents: Staging => http://dockip-staging.herokuapp.com. Production =>
Stars: ✭ 26 (+85.71%)
Mutual labels:  pug
mpc-hc.org
The source code of our website.
Stars: ✭ 64 (+357.14%)
Mutual labels:  grunt
node-sass-asset-functions
Node SASS Asset functions
Stars: ✭ 45 (+221.43%)
Mutual labels:  grunt
grunt-angular-combine
Grunt task for combining AngularJS partials into a single HTML file.
Stars: ✭ 16 (+14.29%)
Mutual labels:  grunt
UI-Builder
UI Builder to generate html pages automatically
Stars: ✭ 33 (+135.71%)
Mutual labels:  grunt
platframe
Structured, scalable and modular frontend development platform.
Stars: ✭ 38 (+171.43%)
Mutual labels:  pug
flag-icons
A beautiful svg + png + sass + css collection of 261 flags.
Stars: ✭ 61 (+335.71%)
Mutual labels:  grunt
bookathon E
다른 사람에게 아무런 말이나 하고 싶고, 아무런 말이나 듣고 싶은 날을 위한 포춘쿠키 웹페이지입니다.
Stars: ✭ 18 (+28.57%)
Mutual labels:  pug
bingus.link
A free, private URL shortener
Stars: ✭ 19 (+35.71%)
Mutual labels:  pug
website-template
静的Webサイト制作を少しモダンにするためのテンプレート
Stars: ✭ 62 (+342.86%)
Mutual labels:  pug
grunt-wp-css
Format style sheets according to the WordPress CSS coding standards.
Stars: ✭ 36 (+157.14%)
Mutual labels:  grunt
plugin-pug
Prettier Pug Plugin
Stars: ✭ 163 (+1064.29%)
Mutual labels:  pug
grunt-frontend-boilerplate
🔒 Basic boilerplate to start a webapp project with Angular.js, Bootstrap and Grunt
Stars: ✭ 14 (+0%)
Mutual labels:  grunt
TypeScript-Boilerplate
A TypeScript Grunt Boilerplate
Stars: ✭ 13 (-7.14%)
Mutual labels:  grunt
Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-7.14%)
Mutual labels:  pug
pretty-harp-jade-skeleton
💀 Harp & Jade/Pug skeleton theme for a personal blog
Stars: ✭ 15 (+7.14%)
Mutual labels:  pug
idiots.win
Google Autocomplete Guessing Game
Stars: ✭ 26 (+85.71%)
Mutual labels:  pug
pypugjs
PugJS syntax adapter for Django, Jinja2 and Mako templates
Stars: ✭ 237 (+1592.86%)
Mutual labels:  pug

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].