From 6ddedf901e64938f9d636dab017962f6eb4bbfbb Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 22 Mar 2014 20:21:21 -0500 Subject: [PATCH] Rename public to www --- {public => www}/favicon.ico | Bin .../linker/fonts/glyphicons-halflings-regular.eot | Bin .../linker/fonts/glyphicons-halflings-regular.svg | 0 .../linker/fonts/glyphicons-halflings-regular.ttf | Bin .../linker/fonts/glyphicons-halflings-regular.woff | Bin {public => www}/linker/js/app.js | 0 .../js/controllers/create-order-controller.js | 0 .../linker/js/controllers/create-run-controller.js | 0 .../linker/js/controllers/home-controller.js | 0 {public => www}/linker/js/controllers/module.js | 0 .../linker/js/controllers/run-controller.js | 0 {public => www}/linker/js/services/socket.js | 0 {public => www}/linker/js/vendor/angular-route.js | 0 {public => www}/linker/js/vendor/angular.js | 0 {public => www}/linker/js/vendor/bootstrap.js | 0 {public => www}/linker/js/vendor/jquery-2.1.0.js | 0 {public => www}/linker/js/vendor/sails.io.js | 0 {public => www}/linker/js/vendor/socket.io.js | 0 {public => www}/linker/js/vendor/underscore.js | 0 {public => www}/linker/styles/app.css | 0 {public => www}/linker/styles/app.less | 0 {public => www}/linker/styles/bootstrap-theme.css | 0 .../linker/styles/bootstrap-theme.css.map | 0 {public => www}/linker/styles/bootstrap.css | 0 {public => www}/linker/styles/bootstrap.css.map | 0 {public => www}/robots.txt | 0 {public => www}/templates/create-order.html | 0 {public => www}/templates/create-run.html | 0 {public => www}/templates/home.html | 0 {public => www}/templates/run.html | 0 {public => www}/templates/runs.html | 0 31 files changed, 0 insertions(+), 0 deletions(-) rename {public => www}/favicon.ico (100%) rename {public => www}/linker/fonts/glyphicons-halflings-regular.eot (100%) rename {public => www}/linker/fonts/glyphicons-halflings-regular.svg (100%) rename {public => www}/linker/fonts/glyphicons-halflings-regular.ttf (100%) rename {public => www}/linker/fonts/glyphicons-halflings-regular.woff (100%) rename {public => www}/linker/js/app.js (100%) rename {public => www}/linker/js/controllers/create-order-controller.js (100%) rename {public => www}/linker/js/controllers/create-run-controller.js (100%) rename {public => www}/linker/js/controllers/home-controller.js (100%) rename {public => www}/linker/js/controllers/module.js (100%) rename {public => www}/linker/js/controllers/run-controller.js (100%) rename {public => www}/linker/js/services/socket.js (100%) rename {public => www}/linker/js/vendor/angular-route.js (100%) rename {public => www}/linker/js/vendor/angular.js (100%) rename {public => www}/linker/js/vendor/bootstrap.js (100%) rename {public => www}/linker/js/vendor/jquery-2.1.0.js (100%) rename {public => www}/linker/js/vendor/sails.io.js (100%) rename {public => www}/linker/js/vendor/socket.io.js (100%) rename {public => www}/linker/js/vendor/underscore.js (100%) rename {public => www}/linker/styles/app.css (100%) rename {public => www}/linker/styles/app.less (100%) rename {public => www}/linker/styles/bootstrap-theme.css (100%) rename {public => www}/linker/styles/bootstrap-theme.css.map (100%) rename {public => www}/linker/styles/bootstrap.css (100%) rename {public => www}/linker/styles/bootstrap.css.map (100%) rename {public => www}/robots.txt (100%) rename {public => www}/templates/create-order.html (100%) rename {public => www}/templates/create-run.html (100%) rename {public => www}/templates/home.html (100%) rename {public => www}/templates/run.html (100%) rename {public => www}/templates/runs.html (100%) diff --git a/public/favicon.ico b/www/favicon.ico similarity index 100% rename from public/favicon.ico rename to www/favicon.ico diff --git a/public/linker/fonts/glyphicons-halflings-regular.eot b/www/linker/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.eot rename to www/linker/fonts/glyphicons-halflings-regular.eot diff --git a/public/linker/fonts/glyphicons-halflings-regular.svg b/www/linker/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.svg rename to www/linker/fonts/glyphicons-halflings-regular.svg diff --git a/public/linker/fonts/glyphicons-halflings-regular.ttf b/www/linker/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.ttf rename to www/linker/fonts/glyphicons-halflings-regular.ttf diff --git a/public/linker/fonts/glyphicons-halflings-regular.woff b/www/linker/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.woff rename to www/linker/fonts/glyphicons-halflings-regular.woff diff --git a/public/linker/js/app.js b/www/linker/js/app.js similarity index 100% rename from public/linker/js/app.js rename to www/linker/js/app.js diff --git a/public/linker/js/controllers/create-order-controller.js b/www/linker/js/controllers/create-order-controller.js similarity index 100% rename from public/linker/js/controllers/create-order-controller.js rename to www/linker/js/controllers/create-order-controller.js diff --git a/public/linker/js/controllers/create-run-controller.js b/www/linker/js/controllers/create-run-controller.js similarity index 100% rename from public/linker/js/controllers/create-run-controller.js rename to www/linker/js/controllers/create-run-controller.js diff --git a/public/linker/js/controllers/home-controller.js b/www/linker/js/controllers/home-controller.js similarity index 100% rename from public/linker/js/controllers/home-controller.js rename to www/linker/js/controllers/home-controller.js diff --git a/public/linker/js/controllers/module.js b/www/linker/js/controllers/module.js similarity index 100% rename from public/linker/js/controllers/module.js rename to www/linker/js/controllers/module.js diff --git a/public/linker/js/controllers/run-controller.js b/www/linker/js/controllers/run-controller.js similarity index 100% rename from public/linker/js/controllers/run-controller.js rename to www/linker/js/controllers/run-controller.js diff --git a/public/linker/js/services/socket.js b/www/linker/js/services/socket.js similarity index 100% rename from public/linker/js/services/socket.js rename to www/linker/js/services/socket.js diff --git a/public/linker/js/vendor/angular-route.js b/www/linker/js/vendor/angular-route.js similarity index 100% rename from public/linker/js/vendor/angular-route.js rename to www/linker/js/vendor/angular-route.js diff --git a/public/linker/js/vendor/angular.js b/www/linker/js/vendor/angular.js similarity index 100% rename from public/linker/js/vendor/angular.js rename to www/linker/js/vendor/angular.js diff --git a/public/linker/js/vendor/bootstrap.js b/www/linker/js/vendor/bootstrap.js similarity index 100% rename from public/linker/js/vendor/bootstrap.js rename to www/linker/js/vendor/bootstrap.js diff --git a/public/linker/js/vendor/jquery-2.1.0.js b/www/linker/js/vendor/jquery-2.1.0.js similarity index 100% rename from public/linker/js/vendor/jquery-2.1.0.js rename to www/linker/js/vendor/jquery-2.1.0.js diff --git a/public/linker/js/vendor/sails.io.js b/www/linker/js/vendor/sails.io.js similarity index 100% rename from public/linker/js/vendor/sails.io.js rename to www/linker/js/vendor/sails.io.js diff --git a/public/linker/js/vendor/socket.io.js b/www/linker/js/vendor/socket.io.js similarity index 100% rename from public/linker/js/vendor/socket.io.js rename to www/linker/js/vendor/socket.io.js diff --git a/public/linker/js/vendor/underscore.js b/www/linker/js/vendor/underscore.js similarity index 100% rename from public/linker/js/vendor/underscore.js rename to www/linker/js/vendor/underscore.js diff --git a/public/linker/styles/app.css b/www/linker/styles/app.css similarity index 100% rename from public/linker/styles/app.css rename to www/linker/styles/app.css diff --git a/public/linker/styles/app.less b/www/linker/styles/app.less similarity index 100% rename from public/linker/styles/app.less rename to www/linker/styles/app.less diff --git a/public/linker/styles/bootstrap-theme.css b/www/linker/styles/bootstrap-theme.css similarity index 100% rename from public/linker/styles/bootstrap-theme.css rename to www/linker/styles/bootstrap-theme.css diff --git a/public/linker/styles/bootstrap-theme.css.map b/www/linker/styles/bootstrap-theme.css.map similarity index 100% rename from public/linker/styles/bootstrap-theme.css.map rename to www/linker/styles/bootstrap-theme.css.map diff --git a/public/linker/styles/bootstrap.css b/www/linker/styles/bootstrap.css similarity index 100% rename from public/linker/styles/bootstrap.css rename to www/linker/styles/bootstrap.css diff --git a/public/linker/styles/bootstrap.css.map b/www/linker/styles/bootstrap.css.map similarity index 100% rename from public/linker/styles/bootstrap.css.map rename to www/linker/styles/bootstrap.css.map diff --git a/public/robots.txt b/www/robots.txt similarity index 100% rename from public/robots.txt rename to www/robots.txt diff --git a/public/templates/create-order.html b/www/templates/create-order.html similarity index 100% rename from public/templates/create-order.html rename to www/templates/create-order.html diff --git a/public/templates/create-run.html b/www/templates/create-run.html similarity index 100% rename from public/templates/create-run.html rename to www/templates/create-run.html diff --git a/public/templates/home.html b/www/templates/home.html similarity index 100% rename from public/templates/home.html rename to www/templates/home.html diff --git a/public/templates/run.html b/www/templates/run.html similarity index 100% rename from public/templates/run.html rename to www/templates/run.html diff --git a/public/templates/runs.html b/www/templates/runs.html similarity index 100% rename from public/templates/runs.html rename to www/templates/runs.html