Skip to content

Commit

Permalink
Building again and fixed dependency dissapearing from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lingz committed Jan 8, 2016
1 parent d89b6a6 commit b3078ad
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 91 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
packages/**/.build/
.meteor/local
.meteor/local/db/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ADD . /srv/nyu-vote

WORKDIR /srv/nyu-vote
RUN mkdir build
RUN meteor build .
RUN meteor build . && echo "1"
RUN tar -xzf nyu-vote.tar.gz
RUN (cd bundle/programs/server && npm install)

Expand Down
2 changes: 1 addition & 1 deletion client/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<head>
<title>NYU Vote</title>
<title>Student Vote</title>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
Expand Down
6 changes: 3 additions & 3 deletions client/views/voter/includes/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Home = React.createClass({
<div className="content-wrapper purple-bg">
<div id="login-info">
<h1>
NYU Vote
Student Vote
</h1>
<p className="login-caption">
Developed by NYU Abu Dhabi Research and Development. Sponsored by NYU SSC.
Designed, Developed, and Supported under the auspices of NYU Student Government
</p>
<a className="login-caption light-grey" href={Router.path("about")}>
Learn More
Get Help
</a>
<div className="centered-container">
<a className="large-button" href="#" onClick={this.login}>
Expand Down
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"winston": "1.0.1",
"winston-mongodb": "1.1.2"
"winston": "2.1.1",
"winston-mongodb": "1.3.0"
}
3 changes: 3 additions & 0 deletions packages/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
npm-container/*
!npm-container/index.js
!npm-container/package.js
1 change: 0 additions & 1 deletion packages/npm-container/.npm/package/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/npm-container/.npm/package/README

This file was deleted.

76 changes: 0 additions & 76 deletions packages/npm-container/.npm/package/npm-shrinkwrap.json

This file was deleted.

Binary file added public/stugov_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3078ad

Please sign in to comment.