Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cult

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cult

monitors gulpfile changes and reloads gulp

  • 2.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cult

cult monitors gulpfile changes and reloads gulp

Install

$ npm install -g cult

Usage

$ cult <task> <othertask>
# will call gulp <task> <othertask>

Multiple files support

If your gulpfile is split across multiple files, use node-touch and add something similar to this to your watch task to reload on any gulpfile changes:

gulp.watch(['gulp/**'], function() { touch.sync('gulpfile.coffee') })

History

  • 2.x.x Since gulp 3.7, there's no need anymore to add --require, cult now will symply monitor gulpfile (until this feature is added to gulp :)
  • 1.x.x Monitors gulpfile changes and adds --require depending on gulpfile extension

License

MIT - Typicode

Keywords

FAQs

Package last updated on 06 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc