Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

update things #31

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
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
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"browser": true,
"node": false
},
"extends": ["eslint:recommended", "webrtc"],
"globals": {
"adapter": true,
"audioContext": true,
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

18 changes: 0 additions & 18 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,11 @@ module.exports = function(grunt) {
},
target: ['src/**/*.js']
},
// Runs the npm test command which has access to the grunt path.
githooks: {
all: {
options: {
command: 'npm',
},
'pre-commit': 'test'
}
},
htmlhint: {
html1: {
src: ['src/**/*.html']
},
html2: {
src: ['index.html']
}
},
});

// enable plugins
grunt.loadNpmTasks('grunt-contrib-csslint');
grunt.loadNpmTasks('grunt-eslint');
grunt.loadNpmTasks('grunt-githooks');
grunt.loadNpmTasks('grunt-htmlhint');

// set default tasks to run when grunt is called without parameters
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@
},
"scripts": {
"test": "grunt",
"postinstall": "grunt githooks"
"start": "http-server . -c-1"
},
"devDependencies": {
"eslint-config-webrtc": ">=1.0.0",
"express": "^4.14.1",
"grunt": ">=0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-eslint": ">=17.2.0",
"grunt-githooks": ">=0.3.1",
"grunt-htmlhint": ">=0.9.12",
"pem": ">=1.9.4"
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-csslint": "^2.0.0",
"grunt-eslint": "^23.0.0",
"http-server": "^0.12.3"
}
}
30 changes: 0 additions & 30 deletions web_server/server.js

This file was deleted.