1.0.3 • Published 6 years ago

tactile-gulp v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Tactile gulp

Integrates a basic tactile frontend build process using gulp. The parent project should include gulp as a dependency and have a gulpfile.js with the following:

var gulp = require('gulp');
var tactileGulp = require('tactile-gulp');

tactileGulp.runGulp(gulp);

This will create the following gulp tasks:

  • sass
  • sass:watch
  • js
  • js:watch
  • default
    • This included all the previous tasks.

scss and js files under the, "components", "page" and "global" directories are built to the "build" directory and watched for changes.