Clean up gitignore, typos, and unneeded file (#647)

This commit is contained in:
Mars Lan 2017-08-08 17:29:20 -07:00 committed by GitHub
parent ac25412cb7
commit 93e56bb95d
4 changed files with 20 additions and 44 deletions

19
.gitignore vendored
View File

@ -24,21 +24,4 @@ logs/
# compiled output
dist
tmp
# dependencies
node_modules
bower_components
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log*
testem.log
# idea *.ts files
typings/
# vscode
jsconfig.json
/commit

View File

@ -18,7 +18,7 @@ node {
workDir = file("${project.buildDir}/nodejs")
// Set the work directory for NPM
yarnWorkDir = file("${project.buildDir}/ywarn")
yarnWorkDir = file("${project.buildDir}/yarn")
// Set the work directory where node_modules should be located
nodeModulesDir = file("${project.projectDir}")

18
wherehows-web/.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# dependencies
node_modules
bower_components
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log*
testem.log
yarn-error.log
# idea *.ts files
typings/
# vscode
jsconfig.json

View File

@ -1,25 +0,0 @@
---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- $HOME/.npm
- $HOME/.cache # includes bowers cache
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- npm install
- bower install
script:
- npm test