Skip to content

Commit

Permalink
Merge pull request xoseperez#1219 from mcspr/update-package-lock
Browse files Browse the repository at this point in the history
NPM maintenance
  • Loading branch information
xoseperez authored Sep 25, 2018
2 parents a3fc8f9 + 0aed95c commit a50c335
Show file tree
Hide file tree
Showing 6 changed files with 1,245 additions and 1,529 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ cache:
- "~/.npm"
- "~/.platformio"
- "$TRAVIS_BUILD_DIR/code/.piolibdeps"
- "$TRAVIS_BUILD_DIR/code/espurna/node_modules"
install:
- pip install -U platformio
- cd code ; npm install --only=dev ; cd ..
- npm install -g npm@latest
- cd code ; npm ci ; cd ..
env:
global:
- BUILDER_TOTAL_THREADS=4
Expand Down
1 change: 0 additions & 1 deletion code/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const runSequence = require('run-sequence');
const through = require('through2');

const htmlmin = require('gulp-htmlmin');
const uglify = require('gulp-uglify');
const inline = require('gulp-inline');
const inlineImages = require('gulp-css-base64');
const favicon = require('gulp-base64-favicon');
Expand Down
Binary file added code/html/vendor/images/sort_asc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/html/vendor/images/sort_desc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a50c335

Please sign in to comment.