Rename to static
This commit is contained in:
parent
7796f48dd9
commit
0128e0edcb
|
@ -99,8 +99,8 @@ function publish {
|
|||
git stash
|
||||
clean
|
||||
|
||||
# Copy cached files, such as generated CSS files.
|
||||
cp -r cache/* source
|
||||
# Copy static files, such as generated CSS files.
|
||||
cp -r static/* source
|
||||
|
||||
# export NODE_ENV=production
|
||||
# (cd assets && npm:build:css)
|
||||
|
|
Loading…
Reference in a new issue