https://github.com/teohm/rails-grunt-app
Sample Rails app that replaces sprocket with grunt.
https://github.com/teohm/rails-grunt-app
Last synced: 8 months ago
JSON representation
Sample Rails app that replaces sprocket with grunt.
- Host: GitHub
- URL: https://github.com/teohm/rails-grunt-app
- Owner: teohm
- Created: 2014-01-13T14:41:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T08:01:19.000Z (over 12 years ago)
- Last Synced: 2025-10-04T06:45:59.963Z (9 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Sample Rails app that replaces sprocket with grunt.
## Files
```
app/views/welcome/show.html.erb # root index page
app/views/layouts/application.html.erb # main layout template
app/assets/ # default assets dir
public/assets # default assets build dir
```
## Run
```
script/setupdev.sh
rails server
```