diff options
| author | Guillaume | 2017-10-11 15:00:32 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-11 15:00:32 +0200 |
| commit | f6a8cbefbc291eff9f85c1fd7ad4e2c90fa3452f (patch) | |
| tree | 537d2a5cbe3e27cf08f75a00ed7b10a62b612475 /config/webpacker.yml | |
| parent | 57186e9378956f4dcb925b4ce18f6c32e7293dbe (diff) | |
| download | chouette-core-f6a8cbefbc291eff9f85c1fd7ad4e2c90fa3452f.tar.bz2 | |
add dev and staging file for wepack config, modify spec task
Diffstat (limited to 'config/webpacker.yml')
| -rw-r--r-- | config/webpacker.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml index 51afa9df5..be1105bad 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -61,3 +61,21 @@ production: # Cache manifest.json for performance cache_manifest: true + +dev: + <<: *default + + # Production depends on precompilation of packs prior to booting for performance. + compile: false + + # Cache manifest.json for performance + cache_manifest: true + +staging: + <<: *default + + # Production depends on precompilation of packs prior to booting for performance. + compile: false + + # Cache manifest.json for performance + cache_manifest: true |
