Guest User

Untitled

a guest
Jun 25th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. Refused to apply style from 'http://localhost:63342/BattleCity/build/web/html/packages/bootstrap/css/bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
  2.  
  3. name: BC
  4. description: An absolute bare-bones web app.
  5. version: 0.0.1
  6. #homepage: https://www.example.com
  7. #author: localroot <email@example.com>
  8.  
  9. environment:
  10. sdk: '>=1.20.1 <2.0.0'
  11.  
  12. #dependencies:
  13. # path: ^1.4.1
  14.  
  15. dependencies:
  16. path: ^1.4.1
  17. font_awesome: "^4.7.0"
  18. bootstrap: "^4.0.0"
  19.  
  20.  
  21.  
  22. dev_dependencies:
  23. browser: ^0.10.0
  24. dart_to_js_script_rewriter: ^1.0.1
  25.  
  26. transformers:
  27. - dart_to_js_script_rewriter
  28.  
  29. # Uncomment the following in sdk 1.24+ to make pub serve
  30. # use dartdevc (webdev.dartlang.org/tools/dartdevc).
  31. #web:
  32. # compiler:
  33. # debug: dartdevc
  34.  
  35. <link rel="stylesheet" href="packages/bootstrap/css/bootstrap.min.css">
  36.  
  37. # Generated by pub on 2018-06-25 21:00:42.860811.
  38. args:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-1.4.3/lib/
  39. async:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/async-1.13.3/lib/
  40. barback:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/barback-0.15.2+15/lib/
  41. bootstrap:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/bootstrap-4.0.0/lib/
  42. browser:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/browser-0.10.0+3/lib/
  43. charcode:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/charcode-1.1.1/lib/
  44. collection:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/collection-1.14.6/lib/
  45. csslib:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/csslib-0.14.3/lib/
  46. dart_to_js_script_rewriter:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/dart_to_js_script_rewriter-1.0.3/lib/
  47. font_awesome:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/font_awesome-4.7.0/lib/
  48. html:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/html-0.13.3/lib/
  49. logging:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/logging-0.11.3+1/lib/
  50. path:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/path-1.5.1/lib/
  51. pool:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/pool-1.3.4/lib/
  52. source_span:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/source_span-1.4.0/lib/
  53. stack_trace:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.9.2/lib/
  54. utf:file:///C:/Users/localroot/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/utf-0.9.0+3/lib/
  55. BC:lib/
Add Comment
Please, Sign In to add comment