Skip to content

Commit

Permalink
New changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Masselot committed Mar 28, 2014
1 parent 31d2957 commit 1c647c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions README-genentech.md
@@ -0,0 +1,15 @@
#deploy
##stage
grunt build

##resdev
rsync --recursive --delete examples/* rescomp2:/gne/research/web/dev/apache/htdocs/pviz/examples/
##dmz
rsync --recursive --delete examples/* rescomp2:/gne/research/web/dev/apache-share/htdocs/pviz/examples/
Then visit [jenkins](http://rescode03:8080/build/job/synch_to_research-pub-dmz/) and uncheck the dry box

##update the bower component
grunt test
grunt build
git commit -m "..."
npm version patch

0 comments on commit 1c647c1

Please sign in to comment.