Permalink
Browse files

Project cleanup and migrating to bower

  • Loading branch information...
1 parent be2a5ff commit 5f34cfdd6d461605a2e547e3f4cd798310b99dee Your Name committed Nov 14, 2017
Showing with 17 additions and 0 deletions.
  1. +14 −0 Docker/docker-compose.yml
  2. +3 −0 src/.bowerrc
  3. 0 { → src}/.gitignore
  4. 0 { → src}/css/main.css
  5. 0 { → src}/index.html
  6. 0 { → src}/js/loader/stl.js
  7. 0 { → src}/js/main.js
  8. 0 { → src}/js/slacer/mesh.js
  9. 0 { → src}/js/slacer/settings.js
  10. 0 { → src}/js/slacer/slicer.js
  11. 0 { → src}/js/slacer/viewcontrols.js
  12. 0 { → src}/js/slacer/viewer.js
  13. 0 { → src}/js/slacer/viewer2d.js
  14. 0 { → src}/js/slacer/viewer3d.js
  15. BIN { → src}/screenshot.png
  16. 0 { → src}/stl/Octocat-v2.stl
  17. BIN { → src}/stl/SLAcer.stl
  18. 0 { → src}/stl/StressTest.stl
  19. BIN { → src}/stl/cube.center.stl
  20. BIN { → src}/stl/cube_hole.stl
  21. 0 { → src}/vendor/FileSaver.min.js
  22. 0 { → src}/vendor/OrbitControls.js
  23. 0 { → src}/vendor/bootstrap-colorpicker/css/bootstrap-colorpicker.css
  24. 0 { → src}/vendor/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css
  25. BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png
  26. BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png
  27. BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png
  28. BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png
  29. BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png
  30. 0 { → src}/vendor/bootstrap-colorpicker/js/bootstrap-colorpicker.js
  31. 0 { → src}/vendor/bootstrap-colorpicker/js/bootstrap-colorpicker.min.js
  32. 0 { → src}/vendor/bootstrap-slider/bootstrap-slider.js
  33. 0 { → src}/vendor/bootstrap-slider/bootstrap-slider.min.js
  34. 0 { → src}/vendor/bootstrap-slider/css/bootstrap-slider.css
  35. 0 { → src}/vendor/bootstrap-slider/css/bootstrap-slider.min.css
  36. 0 { → src}/vendor/bootstrap/css/bootstrap-theme.css
  37. 0 { → src}/vendor/bootstrap/css/bootstrap-theme.css.map
  38. 0 { → src}/vendor/bootstrap/css/bootstrap-theme.min.css
  39. 0 { → src}/vendor/bootstrap/css/bootstrap.css
  40. 0 { → src}/vendor/bootstrap/css/bootstrap.css.map
  41. 0 { → src}/vendor/bootstrap/css/bootstrap.min.css
  42. BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
  43. 0 { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
  44. BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
  45. BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
  46. BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
  47. 0 { → src}/vendor/bootstrap/js/bootstrap.js
  48. 0 { → src}/vendor/bootstrap/js/bootstrap.min.js
  49. 0 { → src}/vendor/bootstrap/js/npm.js
  50. 0 { → src}/vendor/earcut.js
  51. 0 { → src}/vendor/jquery-2.1.4.min.js
  52. 0 { → src}/vendor/jquery-ui/jquery-ui.min.css
  53. 0 { → src}/vendor/jquery-ui/jquery-ui.min.js
  54. 0 { → src}/vendor/jszip.min.js
  55. 0 { → src}/vendor/libtess.min.js
  56. 0 { → src}/vendor/lodash.min.js
  57. 0 { → src}/vendor/poly2tri.min.js
  58. 0 { → src}/vendor/tessy.js
  59. 0 { → src}/vendor/three.min.js
  60. 0 { → src}/vendor/triangulation.js
  61. 0 { → src}/vendor/triangulation/.gitignore
  62. 0 { → src}/vendor/triangulation/README.md
  63. 0 { → src}/vendor/triangulation/tessy.js
  64. 0 { → src}/vendor/triangulation/triangulation.js
  65. 0 { → src}/viewer2d.html
View
@@ -0,0 +1,14 @@
+static-web:
+
+ image: nginx
+ environment:
+ - VIRTUAL_HOST=${FQDN}
+
+ volumes:
+ - ../src:/usr/share/nginx/html:ro
+ expose:
+ - 80
+ restart: unless-stopped
+# uncomment if you don't have another proxy
+# port:
+# - 80:80
View
@@ -0,0 +1,3 @@
+{
+ "directory" : "vendors"
+}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f34cfd

Please sign in to comment.