Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. kiri@CadizMap:~/Desktop/RocketMap$ npm run build
  2.  
  3. > pogomap@0.1.0 build /home/kiri/Desktop/RocketMap
  4. > grunt build
  5.  
  6. Running "clean:build" (clean) task
  7. >> 1 path cleaned.
  8.  
  9. Running "newer:babel" (newer) task
  10.  
  11. Running "newer:babel:dist" (newer) task
  12.  
  13. Running "babel:dist" (babel) task
  14.  
  15. Running "newer-postrun:babel:dist:1:/home/kiri/Desktop/RocketMap/node_modules/grunt-newer/.cache" (newer-postrun) task
  16.  
  17. Running "newer:uglify" (newer) task
  18.  
  19. Running "newer:uglify:build" (newer) task
  20.  
  21. Running "uglify:build" (uglify) task
  22. >> 9 sourcemaps created.
  23. >> 9 files created 214.12 kB → 118.08 kB
  24.  
  25. Running "newer-postrun:uglify:build:2:/home/kiri/Desktop/RocketMap/node_modules/grunt-newer/.cache" (newer-postrun) task
  26.  
  27. Running "newer:sass" (newer) task
  28.  
  29. Running "newer:sass:dist" (newer) task
  30.  
  31. Running "sass:dist" (sass) task
  32.  
  33. Running "newer-postrun:sass:dist:3:/home/kiri/Desktop/RocketMap/node_modules/grunt-newer/.cache" (newer-postrun) task
  34.  
  35. Running "newer:cssmin" (newer) task
  36.  
  37. Running "newer:cssmin:build" (newer) task
  38.  
  39. Running "cssmin:build" (cssmin) task
  40. >> Skipping remote @import of "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" as no callback given.,Skipping remote @import of "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" as no callback given.,Skipping remote @import of "https://fonts.googleapis.com/css?family=Open+Sans:400,700" as no callback given.
  41. >> 4 files created. 145.49 kB → 114.5 kB
  42.  
  43. Running "newer-postrun:cssmin:build:4:/home/kiri/Desktop/RocketMap/node_modules/grunt-newer/.cache" (newer-postrun) task
  44.  
  45. Running "newer:minjson" (newer) task
  46.  
  47. Running "newer:minjson:build" (newer) task
  48.  
  49. Running "minjson:build" (minjson) task
  50. File "static/dist/data/pokemon.min.json" created: 148.27 kB → 85.9 kB
  51. File "static/dist/data/moves.min.json" created: 35.37 kB → 19.81 kB
  52. File "static/dist/data/mapstyle.min.json" created: 440 B → 386 B
  53. File "static/dist/data/searchmarkerstyle.min.json" created: 2.04 kB → 1.62 kB
  54. File "static/dist/locales/de.min.json" created: 18.81 kB → 15.79 kB
  55. File "static/dist/locales/fr.min.json" created: 19.13 kB → 16.12 kB
  56. File "static/dist/locales/ja.min.json" created: 15.77 kB → 13.5 kB
  57. File "static/dist/locales/ko.min.json" created: 17.08 kB → 12.56 kB
  58. File "static/dist/locales/pt_br.min.json" created: 17.3 kB → 14.49 kB
  59. File "static/dist/locales/ru.min.json" created: 18.21 kB → 15.23 kB
  60. File "static/dist/locales/zh_cn.min.json" created: 15.29 kB → 12.32 kB
  61. File "static/dist/locales/zh_tw.min.json" created: 15.29 kB → 12.31 kB
  62. File "static/dist/locales/zh_hk.min.json" created: 17.96 kB → 14.35 kB
  63.  
  64. Running "newer-postrun:minjson:build:5:/home/kiri/Desktop/RocketMap/node_modules/grunt-newer/.cache" (newer-postrun) task
  65.  
  66. Running "unzip:static01" (unzip) task
  67. No files were found in source. "static/" has not been created.
  68.  
  69. Done, without errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement