https://github.com/cimon-io/billet-isolated-assets
Totally separated webpack application to work with rails application
https://github.com/cimon-io/billet-isolated-assets
assets billet railsassets sprockets
Last synced: 3 months ago
JSON representation
Totally separated webpack application to work with rails application
- Host: GitHub
- URL: https://github.com/cimon-io/billet-isolated-assets
- Owner: cimon-io
- Created: 2020-04-08T13:37:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:37:51.000Z (over 2 years ago)
- Last Synced: 2024-12-29T11:44:59.214Z (5 months ago)
- Topics: assets, billet, railsassets, sprockets
- Language: JavaScript
- Size: 825 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Billet Assets
The part of the billet project to generate assets based on webpack and independent from ruby on rails.
## How to run
To add assets to your rails project, run:
```
bin/rails app:template LOCATION=https://raw.githubusercontent.com/cimon-io/billet-isolated-assets/master/.billet.rb
```## How to integrate with existing project.
Separate command `bin/assets` or run it from the subfolder `assets` via command `yarn watch`. To build for production run `bin/assets compile` or `cd assets && yarn build`.