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

gulp-recipe-css

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-recipe-css

Recipe handling hooks for css processing in development

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

gulp-recipe-css Dependency Status

NPM

Css transforming hook provider.

Provides hook for css 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-autoprefixer.

Tasks

css

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

watch:css

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

Configuration

Sources

sources.css

mandatory

Raw css files to be compiled by all css transformers.

Paths

paths.tmp

default: 'tmp/'

Compiled css output directory.

Tasks

tasks.css

default: 'css'

css task name.

tasks.watchCss

default: 'watch:css'

watch:css task name.

Api

Provided Hooks

pipes.devProcessCss*

type: sequential

Sequential tasks for css processing.

Used Hooks

watch

Exports watch:css 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