Skip to content

Commit

Permalink
Move client code into static/
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Oct 25, 2017
1 parent a425a59 commit f23cabc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- mkdir out
- node update-manifest.node.js out/manifest.json
- node update-data.node.js out/manifest.json out/data.json
- cp activity.js common.js index.html style.css out/
- cp common.js static/* out/
- node scan-github-orgs.node.js out/manifest.json
after_success:
- openssl aes-256-cbc -K $encrypted_b4940861cf48_key -iv $encrypted_b4940861cf48_iv -in deploy_key.enc -out deploy_key -d
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f23cabc

Please sign in to comment.