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

rake-pipeline-web-filters

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rake-pipeline-web-filters

  • 0.7.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Rake::Pipeline::Web::Filters

Rake::Pipeline::Web::Filters is a collection of filters for Rake::Pipeline for creating pipelines to generate web content.

= Usage

In your +Assetfile+:

!!!ruby require "rake-pipeline-web-filters"

input "assets" output "public"

Take all JS inputs and wrap each of them in code to

register them with the Minispade module loader.

match "*.js" do filter Rake::Pipeline::Web::Filters::MinispadeFilter end

Take all SCSS inputs and compile them with Sass

match "*.scss" do filter Rake::Pipeline::Web::Filters::SassCompiler end

= Available Filters

  • {Rake::Pipeline::Web::Filters::MinispadeFilter}: Wraps JS code for use with Minispade
  • {Rake::Pipeline::Web::Filters::SassCompiler}: Compiles SCSS or Sass to CSS
  • {Rake::Pipeline::Web::Filters::TiltFilter}: Compiles templates with the Tilt template interface

FAQs

Package last updated on 05 Oct 2012

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