Skip to content

yangliu/foundation-libsass-jade-coffee-gulp-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundation libsass template with Jade and coffee-script

This is a template to start your own project that uses Gulp and libsass!

This template is built based on cubistcastle's foundation-libsass-template for developers prefer Jade and Coffeescript.

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Gulp: Run [sudo] npm install -g gulp
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone git@github.com:yangliu/foundation-libsass-jade-coffee-gulp-template.git
npm install && bower install

While you're working on your project, run:

gulp

or

gulp watch

And you're set!

Directory Strucutre

  • src/sass/_settings.scss: Foundation configuration settings go in here
  • src/sass/app.scss: Application styles go here
  • src/js/*.js: Javascript files go here
  • src/coffee/*.coffee: Coffeescript files go here
  • src/jade/*.jade: Jade templates go here

About

Foundation libsass template with Jade and coffee-script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.1%
  • CoffeeScript 6.8%
  • JavaScript 0.1%