Skip to content

A starter environment for developing web pages with Pug & Sass. Gulped.

Notifications You must be signed in to change notification settings

tameroski/Spugss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spugss

Spugss

Requirements

Node.js

Installation

Clone repository and run npm install to install dependencies.

To run the main task : gulp

This will compile Sass files, Pug files, minify css & JS and launch in browser.

Configuration

Just change the proxy variable on top of your gulpfile.js to point to the right server URL.

Pug

Pug sources files are located in app/views/

Sass

Sass files are located in app/assets/styles and uses Bourbon, Neat & Bitters

You can add stylesheets files directly to the app/assets/styles/lib/ directory. They will be automatically added to your app's css file, minified.

Javascript

JS files are located in app/assets/scripts.

You can add libraries of your choice directly to the app/assets/scripts/lib/ directory. They will be automatically added to your app's script file, minified.

Destination

Destination files are automatically generated in build/

Enjoy!

About

A starter environment for developing web pages with Pug & Sass. Gulped.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published