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

gulp-recipe-babel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-recipe-babel

Receipe for babel files compilation and watching

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

gulp-recipe-babel Dependency Status

NPM

Recipe for babel files compilation and js transforms application.

Task

babel

Compile all babel files into temp folder.

watch:babel

deps: 'babel'

Watch for changes on all babel files and compile them.

Configuration

Recipe specific

config.babel

default: {}

Configure babel task. This object is directly passed into babel as options.

Sources

sources.babel

mandatory

Source files for babel compiler. Accepts *.babel and *.js.

example config:

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

Paths

paths.tmp

default: 'tmp/'

Default babel output path in development mode.

Tasks

tasks.babel

default: 'babel'

babel task name.

tasks.watchBabel

default: 'watch:babel'

watch:babel task name.

Api

Provided Hooks

pipes.devProcessJs*

type: sequence

Process js files, the babel compiler output.

Used Hooks

pipes.assetBabel

Provide compiled babel files into build as assets.

Keywords

FAQs

Package last updated on 24 Jul 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