https://github.com/fuse-box/fuse-box-sparky-example
https://github.com/fuse-box/fuse-box-sparky-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuse-box/fuse-box-sparky-example
- Owner: fuse-box
- Created: 2017-03-22T11:50:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T12:10:21.000Z (over 9 years ago)
- Last Synced: 2025-03-01T20:34:40.845Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sparky demo (1.4.1 Preview)
``` bash
yarn install
```
## Examples
* Copy all files (keep the structure)
* modify JSON
* override 1 HTML File
```
node fuse example1
```
* Copy all files (flatten everything)
* Wrap a html files in h1 tag
* override json file completely
```
node fuse example2
```
* Watch all FILES
* Copy all files (flatten everything)
* Wrap bar.html in h1 tag
* override json file completely
```
node fuse example3
```
* Execute dependencies `foo` and `bar` one after another
```
node fuse waterfall
```
* Execute dependencies `foo` and `bar` in parallel
```
node fuse parallel
```