Skip to content

Commit

Permalink
Changes in config/webpacker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaltelangre committed Nov 30, 2017
1 parent 6520ab6 commit c0698cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/webpacker.yml
Expand Up @@ -54,9 +54,6 @@ test:
# Compile test packs to a separate directory
public_output_path: packs-test

staging:
<<: *default

production:
<<: *default

Expand All @@ -65,3 +62,8 @@ production:

# Cache manifest.json for performance
cache_manifest: true

staging:
<<: *default
compile: false
cache_manifest: true

0 comments on commit c0698cc

Please sign in to comment.