An open API service indexing awesome lists of open source software.

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.

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
```