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

gulp-recipe-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-recipe-js

Recipe handling hooks for js processing in development

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

gulp-recipe-js Dependency Status

NPM

Js transforming hook provider.

Provides hook for js processing and watcher firing only on changed files in development environment. Includes source maps as data urls into compiled files. Works well with recipes like gulp-recipe-traceur.

Tasks

js

Runs all hooked actions on all js files and saves them to configured temp directory.

watch:js

Starts Watching all js files and runs hooked actions only on changed files.

Configuration

Sources

sources.js

mandatory

Raw js files to be compiled by all js transformers.

example config:

sources.js = ['app/components/**/*.js', 'app/*.js'];

Paths

paths.tmp

default: 'tmp/'

Compiled js output directory.

Tasks

tasks.js

default: 'js'

js task name.

tasks.watchjs

default: 'watch:js'

watch:js task name.

Api

Provided Hooks

pipes.devProcessjs*

type: sequential

Sequential tasks for js processing.

Used Hooks

watch

Exports watch:js task to watch combiner.

Keywords

FAQs

Package last updated on 09 Jun 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