Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Raptor3um/rtmcore-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtmcore-build

A helper to add tasks to gulp.

Getting started

Install with:

npm install rtmcore-build

and use and require in your gulp file:

var gulp = require('gulp');
var rtmcoreTasks = require('rtmcore-build');

rtmcoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);

Notes

  • There's no default task to allow for each submodule to set up their own configuration
  • If the module is node-only, avoid adding the browser tasks with:
var rtmcoreTasks = require('rtmcore-build');
rtmcoreTasks('submodule', {skipBrowsers: true});

Contributing

See CONTRIBUTING.md on the main rtmcore repo for information about how to contribute.

License

Code released under the MIT license.

About

A helper to add tasks to gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%