Skip to content

Commit

Permalink
fix entrypoint config bundle name so that it doesn't override "comple…
Browse files Browse the repository at this point in the history
…x" one
  • Loading branch information
CezarCretu committed Jul 11, 2015
1 parent c4a9154 commit 81a3e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ pip-log.txt
.mr.developer.cfg
*.override.config
*.override.json
/RequireJsNet.Examples/bundles/auto/full.js
/RequireJsNet.Examples/bundles/auto/*
/RequireJsNet.Examples/jqueryBundle.js
/RequireJsNet.Examples/jqvalUnobtrusive.js
2 changes: 1 addition & 1 deletion RequireJsNet.Examples/RequireJS.entrypoint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"autoBundles": {
"full": {
"entrypoint": {
"outputPath": "bundles\\auto\\",
"include": [
{
Expand Down

0 comments on commit 81a3e1f

Please sign in to comment.