Skip to content

A gulp based project for coffee-script, copied from the awesome `id-project` by industrial

Notifications You must be signed in to change notification settings

viriciti/coffee-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-project

A gulp based project for coffee-script, copied from the awesome id-project by Industrial

Installation

$ npm install --save-dev coffee-project gulp coffee-script

Usage

  1. Put a file named gulpfile.coffee in your project directory containing:
(require "coffee-project")
  documentation: enabled: false # still has a bug
  livereload:    enabled: true
  browserify:    enabled: true
  clean:         enabled: true
  copy:          enabled: true
  less:          enabled: true
  watch:         enabled: true
  forever:       enabled: true
  tests:         enabled: true
  1. Run gulp:

    $ gulp

About

A gulp based project for coffee-script, copied from the awesome `id-project` by industrial

Resources

Stars

Watchers

Forks

Packages

No packages published