From 1574a703a2cc9013457cdfbd3a231999e6f1f720 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Tue, 5 Feb 2019 15:09:01 -0600 Subject: [PATCH] Move /dist into /assets along with sprockets assets --- .gitignore | 1 + app/controllers/dashboard_controller.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 153b9347f..79824324b 100755 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ public/direct_upload/temp/*.jpg public/dist public/system tmp +assets/ diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index 63fe137e3..4b53e43be 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -1,7 +1,7 @@ class DashboardController < ApplicationController before_action :set_global_config - OUTPUT_URL_PATH = "/dist" + OUTPUT_URL_PATH = "/assets/parcel" CSS_INPUTS = HashWithIndifferentAccess.new({ front_page: "/css/laptop_splash.scss",