Advertisement
goodwin64

Heroku build log

Aug 4th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. -----> Node.js app detected
  2. -----> Creating runtime environment
  3.        
  4.        NPM_CONFIG_LOGLEVEL=error
  5.        NPM_CONFIG_PRODUCTION=true
  6.        NODE_ENV=production
  7.        NODE_MODULES_CACHE=true
  8. -----> Installing binaries
  9.        engines.node (package.json):  unspecified
  10.        engines.npm (package.json):   unspecified (use default)
  11.        
  12.        Resolving node version (latest stable) via semver.io...
  13.        Downloading and installing node 5.11.1...
  14.        Using default npm version: 3.8.6
  15. -----> Restoring cache
  16.        Loading 2 from cacheDirectories (default):
  17.        - node_modules
  18.        - bower_components (not cached - skipping)
  19. -----> Building dependencies
  20.        Installing node modules (package.json)
  21. -----> Caching build
  22.        Clearing previous node cache
  23.        Saving 2 cacheDirectories (default):
  24.        - node_modules
  25.        - bower_components (nothing to cache)
  26. -----> Build succeeded!
  27.        ├── body-parser@1.15.2
  28.        ├── connect-livereload@0.5.4
  29.        ├── del@2.2.1
  30.        ├── express@4.14.0
  31.        ├── gulp@4.0.0-alpha.2 (git://github.com/gulpjs/gulp.git#d8f5c90a0622d19ef1943a2a3d02dc50e3c853e7)
  32.        ├── gulp-if@1.2.5
  33.        ├── gulp-imagemin@3.0.2
  34.        ├── gulp-load-plugins@1.2.4
  35.        ├── gulp-pug@3.0.3
  36.        ├── gulp-sass@2.3.2
  37.        ├── gulp-sourcemaps@1.6.0
  38.        ├── gulp-uglify@2.0.0
  39.        ├── pug@2.0.0-beta4
  40.        ├── pump@1.0.1
  41.        ├── shelljs@0.7.3
  42.        ├── stream-combiner2@1.1.1
  43.        └── through2@2.0.1
  44.        
  45. -----> Discovering process types
  46.        Procfile declares types -> web
  47. -----> Compressing...
  48.        Done: 19.9M
  49. -----> Launching...
  50.        Released v26
  51.        https://knowledge-control-system.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement