Skip to content

Commit

Permalink
Merge pull request #33 from open-sausages/pulls/4.4/make-resources-di…
Browse files Browse the repository at this point in the history
…r-configurable

MINOR Get recipe-core to default to `_resources` for exposing assets
  • Loading branch information
Aaron Carlino committed Dec 3, 2018
2 parents 4867558 + b0591a2 commit 83fb598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -2,5 +2,5 @@
/.env
/vendor/
/themes/simple/
/resources/
/public/resources/
/_resources/
/public/_resources/
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -26,7 +26,8 @@
],
"branch-alias": {
"4.x-dev": "4.4.x-dev"
}
},
"resources-dir": "_resources"
},
"config": {
"process-timeout": 600
Expand Down
2 changes: 1 addition & 1 deletion public/.gitignore
@@ -1 +1 @@
/resources/
/_resources/

0 comments on commit 83fb598

Please sign in to comment.