check-in static dashboard

pull/12871/head
Carlos Matallín 7 years ago
parent 3a3af9da6f
commit 2b25f15c35

1
.gitignore vendored

@ -15,7 +15,6 @@ public/stylesheets
public/images
public/fonts
public/flash
public/static
app/assets/stylesheets/tmp/
app/assets/fonts/icon_font/svgs
db/schema.rb

@ -167,7 +167,6 @@ First time starting to work you need to run `grunt dev`, to build all necessary
```bash
grunt dev
```
That enables CSS and JS watchers for rebuilding bundles automatically upon changes.
@ -182,6 +181,16 @@ That enables CSS and JS watchers for rebuilding bundles automatically upon chang
_Don't forget to restart Rails after you have modified `config/app_config.yml`._
## Building static pages
There are some views that can be served from a static file in `public/static/` directory and must be built beforehand. For that purpose run the following command:
```bash
grunt js_builder && npm run build:dashboard
```
Don't forget to check-in the resulting static files.
# Backend
Backend is a Rails 3 application, there's no specific workflow you must follow to run it.

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save