File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,20 @@ client/versions.json
2929# NPM packages folder.
3030node_modules /
3131
32- # TMP folder (anything )
32+ # TMP folder (run-time tmp )
3333tmp /
3434
35+ # Manifest (build-generated content, versions)
36+ manifest /
37+
38+
3539# contains v8 executable for linux-tick-processor (run from project root)
3640out /*
3741
3842# Generated content
3943public /*
4044
45+
4146# Bower stuff.
4247bower_components /
4348
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ git pull origin master &&
55 npm i &&
66 find node_modules -name .git -delete &&
77 NODE_ENV=production node --harmony ` which gulp` build &&
8- git add --force node_modules public &&
8+ git add --force node_modules public manifest &&
99 git commit -a -m " update node_modules & rebuild" &&
1010 git push origin production
You can’t perform that action at this time.
0 commit comments