0.3.0 • Published 6 years ago

teamelf-gulp v0.3.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

teamelf-gulp

packaged gulp for teamelf

Installation

use npm install --save teamelf-gulp

Usage

in your gulpfile.js

const gulp = require('teamelf-gulp');

gulp({
  files: [
    // put some lib (like jquery) here
  ],
  modules: {
    'teamelf': ['js/**/*.js'] // register modules using systemjs
  },
  output: './dist/extension.js'
}, {
  modules: ['less/main.less'],
  output: './dist/extension.css'
});

Then run gulp or gulp watch

License

MIT