Sha256: 7e2635829eb06c581919d1b3f9785af431c30b6890c908fa63585152ac5223ae

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

say "Install PostCSS w/ nesting and autoprefixer"
copy_file "#{__dir__}/postcss.config.js", "postcss.config.js"
copy_file "#{__dir__}/application.postcss.css", "app/assets/stylesheets/application.postcss.css"
run "yarn add postcss postcss-cli postcss-nesting autoprefixer"

say "Add build:css script"
run %(npm set-script build:css "postcss ./app/assets/stylesheets/application.postcss.css -o ./app/assets/builds/application.css")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cssbundling-rails-0.2.3 lib/install/postcss/install.rb