Skip to content

Commit

Permalink
Add webpack support
Browse files Browse the repository at this point in the history
This includes public/packs as part of what is needed for webpacker based
assets.
  • Loading branch information
Gregor MacDougall committed May 12, 2017
1 parent ca1d163 commit f2be822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oops/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def self.default_args
{
prerequisites: ['assets:clean', 'assets:precompile'],
additional_paths: [],
includes: ['public/assets'],
includes: ['public/assets', 'public/packs'],
excludes: ['.gitignore'],
format: 'zip'
}
Expand Down

0 comments on commit f2be822

Please sign in to comment.