Skip to content

Commit

Permalink
Update brunch-config docs. Closes phoenixframework#2254
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 22, 2017
1 parent 1fc345b commit a38bbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/templates/phx_assets/brunch/brunch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ exports.config = {
// To use a separate vendor.js bundle, specify two files path
// http://brunch.io/docs/config#-files-
// joinTo: {
// "js/app.js": /^(js)/,
// "js/vendor.js": /^(vendor)|(deps)/
// "js/app.js": /^js/,
// "js/vendor.js": /^(?!js)/
// }
//
// To change the order of concatenation of files, explicitly mention here
Expand Down

0 comments on commit a38bbd9

Please sign in to comment.