Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Revert "the reset js files can be pushed to the cdn for latest since …
Browse files Browse the repository at this point in the history
…they are broken as individual files anyhow"

This reverts commit 6595dd1.
  • Loading branch information
johnbender committed Feb 16, 2012
1 parent 6595dd1 commit 3356899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -165,9 +165,6 @@ zip: init css js
# -------------------------------------------------
# NOTE the clean (which removes previous build output) has been removed to prevent a gap in service
build_latest: css docs js zip
# ... Copy over the lib js, avoid the compiled stuff, to get the defines for tests/unit/*
@@ # TODO centralize list of built files
@@find js -name "*.js" -not \( -name "*.docs.js" -name "*.mobile.js" \) | xargs -L1 -I FILENAME cp FILENAME ${OUTPUT}/demos/js/

# Push the latest git version to the CDN. This is done on a post commit hook
deploy_latest:
Expand All @@ -177,6 +174,9 @@ deploy_latest:

# TODO target name preserved to avoid issues during refactor, latest -> deploy_latest
latest: build_latest deploy_latest
# ... Copy over the lib js, avoid the compiled stuff, to get the defines for tests/unit/*
@@ # TODO centralize list of built files
@@find js -name "*.js" -not \( -name "*.docs.js" -name "*.mobile.js" \) | xargs -L1 -I FILENAME cp FILENAME ${OUTPUT}/demos/js/

# Build the nightly backups. This is done on a server cronjob
nightlies: css js docs zip
Expand Down

0 comments on commit 3356899

Please sign in to comment.