Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ node_js:
before_install:
- cd app
install:
- npm install -g gulp
- npm install
script: gulp build
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also run a build? The linter?

script:
- npm test
3 changes: 0 additions & 3 deletions app/.babelrc

This file was deleted.

22 changes: 0 additions & 22 deletions app/.eslintrc.js

This file was deleted.

21 changes: 21 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2,138 changes: 2,138 additions & 0 deletions app/README.md

Large diffs are not rendered by default.

78 changes: 0 additions & 78 deletions app/gulpfile.js

This file was deleted.

Loading