Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(npm): update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jan 21, 2016
1 parent 56b9c41 commit c75ed7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions gulpfile.js
@@ -1,5 +1,4 @@
'use strict';
/* eslint node:true */

var gulp = require('gulp');
var path = require('path');
Expand Down Expand Up @@ -30,7 +29,10 @@ gulp.task('build', gulp.series('ng:build', 'compat', function afterBuild() {

gulp.task('pages', gulp.series('ng:pages', function afterPages(done) {
var paths = config.docs;
return gulp.src(['bower_components/highlightjs/styles/github.css'],
return gulp.src([
'bower_components/highlightjs/styles/github.css',
'1.0/**/*'
],
{cwd: paths.cwd, base: paths.cwd})
.pipe(gulp.dest(paths.dest));
}));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"codeclimate-test-reporter": "^0.2.0",
"codeclimate-test-reporter": "^0.3.0",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.1.0",
Expand Down

0 comments on commit c75ed7e

Please sign in to comment.