Skip to content

Demo application to show how to migrate from the webpack-rails gem to the external_asset_pipeline gem

License

Notifications You must be signed in to change notification settings

rmacklin/webpack-rails-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-rails-demo

This repository was forked from webpack-rails-demo to show how to migrate an application from the webpack-rails gem (which is no longer maintained) to the external_asset_pipeline gem.

Refer to PR #2 to see how easily an application can be migrated.

Usage

git clone https://github.com/rmacklin/webpack-rails-demo.git
cd webpack-rails-demo
bundle install
npm install
foreman start

Then open localhost:3000 in your browser. If everything is working, you should see "Sprockets works!" and "Webpack works!"

About

Demo application to show how to migrate from the webpack-rails gem to the external_asset_pipeline gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.2%
  • JavaScript 17.6%
  • CSS 4.6%
  • HTML 2.6%