🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.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.5
Source
npm
Version published
Weekly downloads
2
-80%
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

PGS

FAQs

Package last updated on 18 Mar 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