issues
search
smashingboxes
/
boxcar-generator-archive
A tool for generating Rails applications with the best practices of the Smashing Boxes team.
MIT License
16
stars
2
forks
source link
Webpacker setup
#121
Closed
dkniffin
closed
5 years ago
dkniffin
commented
6 years ago
Why?
Webpacker is so much better than the asset pipeline
101
What Changed?
Some refactoring of how api_controller is set up
Add foreman and a Procfile
Install webpacker
Create a "hello world" page rendering via a react component
Add a system spec that tests the react hello world page
Update readme
Remove sass-rails, uglifier, and coffee-rails from the Gemfile
Remove as much of the asset pipeline as possible
Add
node_modules
to gitignore
Update travis config to work on both boxcar and the generated app
Why?
101
What Changed?
node_modules
to gitignore