Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't clear build folder
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile
|
@@ -56,7 +56,7 @@ dist: build |
|
|
find build/Framer -name ".DS_Store" -depth -exec rm {} \; |
|
|
cd build; zip -r Framer.zip Framer |
|
|
|
|
|
site%build: dist |
|
|
site%build: |
|
|
mkdir -p build/builds.framerjs.com |
|
|
$(coffee) scripts/site-deploy.coffee build |
|
|
cp -R extras/builds.framerjs.com/static build/builds.framerjs.com/static |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.