Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. "styles": [
  2. "../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss",
  3. "../node_modules/normalize.css/normalize.css",
  4. "../node_modules/font-awesome/scss/font-awesome.scss",
  5. "../node_modules/ionicons/scss/ionicons.scss",
  6. "../node_modules/bootstrap/scss/bootstrap.scss",
  7. "../node_modules/leaflet/dist/leaflet.css",
  8. "../node_modules/chartist/dist/chartist.css",
  9. "../node_modules/fullcalendar/dist/fullcalendar.css",
  10. "../node_modules/handsontable/dist/handsontable.full.css",
  11. "../node_modules/ng2-slim-loading-bar/style.css",
  12. "../node_modules/angular2-toaster/toaster.css",
  13. "app/theme/theme.scss",
  14. "styles.scss"
  15. ],
  16. "scripts": [
  17. "../node_modules/jquery/dist/jquery.js",
  18. "../node_modules/easy-pie-chart/dist/jquery.easypiechart.js",
  19. "../node_modules/jquery-slimscroll/jquery.slimscroll.js",
  20. "../node_modules/tether/dist/js/tether.js",
  21. "../node_modules/bootstrap/dist/js/bootstrap.js",
  22. "../node_modules/handsontable/dist/handsontable.full.js",
  23. "../node_modules/chroma-js/chroma.js"
  24. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement