Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename "web" directory, since it no longer does web stuff
  • Loading branch information
zoffixznet committed Nov 12, 2015
1 parent 6a05e9e commit 44e5f9f
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Expand Up @@ -5,12 +5,12 @@ cache/*
*~
_build
Build
web/github-token
web/assets/images/logos
web/assets/css/sprite.css
web/assets/js/jquery.tablesorter.min.js
web/index.html
web/proto.json
db-builder/github-token
db-builder/assets/images/logos
db-builder/assets/css/sprite.css
db-builder/assets/js/jquery.tablesorter.min.js
db-builder/index.html
db-builder/proto.json
mojo-app/public/sass/.sass-cache/
mojo-app/public/sass/cerulean.scss
mojo-app/public/sass/cerulean/
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mojo-app/lib/ModulesPerl6.pm
Expand Up @@ -18,7 +18,7 @@ sub startup {
$self->moniker('ModulesPerl6');

my $secrets_file = -r SECRETS_FILE
? SECRETS_FILE : catfile qw/.. web github-token/;
? SECRETS_FILE : catfile qw/.. db-builder github-token/;

$self->secrets([
-r $secrets_file ? slurp $secrets_file : 'Perl 6 is awesome!'
Expand Down

0 comments on commit 44e5f9f

Please sign in to comment.