Commit 258ad13993ffa437dbcbc4951b4331100561d872
1 parent
ea20a3dc
Exists in
web_steps_improvements
and in
9 other branches
cache: create cache folder on quick-start
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
gitignore.example
| @@ -23,6 +23,7 @@ public/user_themes | @@ -23,6 +23,7 @@ public/user_themes | ||
| 23 | public/designs/themes/default | 23 | public/designs/themes/default |
| 24 | public/designs/themes/* | 24 | public/designs/themes/* |
| 25 | public/designs/icons/default | 25 | public/designs/icons/default |
| 26 | +cache | ||
| 26 | 27 | ||
| 27 | public/assets | 28 | public/assets |
| 28 | .sass-cache | 29 | .sass-cache |
script/quick-start
| @@ -130,6 +130,7 @@ fi | @@ -130,6 +130,7 @@ fi | ||
| 130 | # create needed directory | 130 | # create needed directory |
| 131 | mkdir -p tmp/pids | 131 | mkdir -p tmp/pids |
| 132 | mkdir -p tmp/cache | 132 | mkdir -p tmp/cache |
| 133 | +mkdir cache | ||
| 133 | 134 | ||
| 134 | # use default gitignore rules | 135 | # use default gitignore rules |
| 135 | if [ ! -f .gitignore ]; then | 136 | if [ ! -f .gitignore ]; then |