This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CB-315] [weinre] generate valid Apache release artifact names
- changed the way the archives are built, names, etc - updated a lot of the docs to reference those changes - added package.json files back to node_modules pre-reqs. This was a mistake in my .gitignore, because I want to exclude the package.json file I build 'live', but the gitignore rule was keeping the pre-req files from being stored! This may have eventually caused havoc when you try to later update the pre-reqs.
- Loading branch information
Showing
21 changed files
with
524 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,4 +22,4 @@ | ||
# this script builds enough of weinre to test at development time | ||
|
||
cd `dirname $0` | ||
ant build-dev | ||
ant build |
Oops, something went wrong.