Skip to content

Commit

Permalink
Invalid JSON in Full Config example.
Browse files Browse the repository at this point in the history
 The bundles.json example in Full HTML Import Bundle Config has an extra comma that breaks `gulp bundle`.
  • Loading branch information
gammamatrix committed Jan 6, 2016
1 parent 0f83b9b commit 3d4ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/bundling-your-app-for-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ We will also change the first bundle a little bit to exclude all the `html` and
options: {
inject: {
indexFile : 'index.html',
destFile : 'dest_index.html',
destFile : 'dest_index.html'
}
}
}
Expand Down

0 comments on commit 3d4ce74

Please sign in to comment.