Skip to content

Commit

Permalink
desperate
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Sep 20, 2017
1 parent afe7009 commit f2fbd5c
Show file tree
Hide file tree
Showing 5 changed files with 2,303 additions and 108 deletions.
77 changes: 0 additions & 77 deletions .jshintrc

This file was deleted.

6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- '0.12'
before_install:
- npm install -g grunt-cli
- 8
script:
- grunt deploy
- ./node_modules/.bin/grunt deploy
branches:
only:
- source
Expand Down
13 changes: 0 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = function (grunt) {

grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-gh-pages');

grunt.loadTasks('./tasks');
Expand All @@ -28,16 +27,6 @@ module.exports = function (grunt) {
'out/**/*'
]
},
jshint: {
options: grunt.util._.extend(grunt.file.readJSON('.jshintrc'), {
reporter: './node_modules/jshint-path-reporter',
node: true
}),
support: {
src: ['Gruntfile.js', 'docpad.js']
},
source: ['src/documents/scripts/**/*.js']
},
copy: {
rootfiles: {
src: ['README.md', 'LICENCE*'],
Expand Down Expand Up @@ -101,8 +90,6 @@ module.exports = function (grunt) {
//
grunt.registerTask('prep', 'Clean and prepare.', [
'clean:out',
'jshint:support',
'jshint:source',
]);

grunt.registerTask('test', 'Build in development env and run tests.', [
Expand Down
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,18 @@
},
"dependencies": {},
"devDependencies": {
"docpad": "~6.79.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-marked": "~2.2.0",
"docpad-plugin-partials": "~2.9.0",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-livereload": "~2.6.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-gh-pages": "0.9.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"jshint-path-reporter": "^0.1.3",
"highlight.js": "^8.0.0",
"docpad": "^6.79.0",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-marked": "^2.2.0",
"docpad-plugin-partials": "^2.9.0",
"docpad-plugin-less": "^2.4.1",
"docpad-plugin-livereload": "^2.6.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-gh-pages": "^2.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"highlight.js": "^9.12.0",
"marked": "^0.3.2"
},
"main": "node_modules/docpad/bin/docpad-server"
Expand Down
Loading

0 comments on commit f2fbd5c

Please sign in to comment.