Socket
Book a DemoInstallSign in
Socket

postcss-asset-url-rails

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-asset-url-rails

Transform Rails asset helpers to ERB syntax using postcss

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
53
-62.14%
Maintainers
1
Weekly downloads
 
Created
Source

postcss-asset-url-rails

Transform Rails asset helpers to ERB syntax using postcss

postcss-asset-url-rails converts Rails's asset pipeline helpers into Rails's ERB syntax. This allows you to build CSS files using postcss outside Rails, output them as .css.erb for use in the Rails asset pipeline. It takes asset-url(...) values and turns them into url(<%= asset_path(...) %>).

/* Input:  */  div { background: asset-url("hello.jpg") }
/* Output: */  div { background: url(<%= asset_path("hello.jpg") %>) }

Also see

npm-pipeline-rails allows you to use npm tools to build files for your asset pipeline.

Thanks

postcss-asset-url-rails © 2016+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

Keywords

postcss

FAQs

Package last updated on 29 Mar 2016

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