From 9fbd6e3b3a00b7a0df04d194dcb63fe3a6abfd2a Mon Sep 17 00:00:00 2001 From: Ryan Shaw Date: Tue, 24 Feb 2015 12:58:59 -0700 Subject: [PATCH] put a "_" in front of some scss filenames. by putting a "_" at the beginning of these filenames node-sass will know that they are only to be included in other files and not compiled as their own file. that is what we want. test plan: nothing should change Change-Id: I341da37722b3401dd6aa70bd12d925fc48c7f265 Reviewed-on: https://gerrit.instructure.com/49403 Tested-by: Jenkins Reviewed-by: Cody Cutrer Product-Review: Ryan Shaw QA-Review: Ryan Shaw --- app/stylesheets/vendor/{flexboxgrid.scss => _flexboxgrid.scss} | 0 app/stylesheets/vendor/{jquery.jcrop.scss => _jquery.jcrop.scss} | 0 .../vendor/{jquery.smartbanner.scss => _jquery.smartbanner.scss} | 0 ...rtbanner_overrides.scss => _jquery.smartbanner_overrides.scss} | 0 app/stylesheets/vendor/{mathquill.scss => _mathquill.scss} | 0 app/stylesheets/vendor/{slick.grid.scss => _slick.grid.scss} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename app/stylesheets/vendor/{flexboxgrid.scss => _flexboxgrid.scss} (100%) rename app/stylesheets/vendor/{jquery.jcrop.scss => _jquery.jcrop.scss} (100%) rename app/stylesheets/vendor/{jquery.smartbanner.scss => _jquery.smartbanner.scss} (100%) rename app/stylesheets/vendor/{jquery.smartbanner_overrides.scss => _jquery.smartbanner_overrides.scss} (100%) rename app/stylesheets/vendor/{mathquill.scss => _mathquill.scss} (100%) rename app/stylesheets/vendor/{slick.grid.scss => _slick.grid.scss} (100%) diff --git a/app/stylesheets/vendor/flexboxgrid.scss b/app/stylesheets/vendor/_flexboxgrid.scss similarity index 100% rename from app/stylesheets/vendor/flexboxgrid.scss rename to app/stylesheets/vendor/_flexboxgrid.scss diff --git a/app/stylesheets/vendor/jquery.jcrop.scss b/app/stylesheets/vendor/_jquery.jcrop.scss similarity index 100% rename from app/stylesheets/vendor/jquery.jcrop.scss rename to app/stylesheets/vendor/_jquery.jcrop.scss diff --git a/app/stylesheets/vendor/jquery.smartbanner.scss b/app/stylesheets/vendor/_jquery.smartbanner.scss similarity index 100% rename from app/stylesheets/vendor/jquery.smartbanner.scss rename to app/stylesheets/vendor/_jquery.smartbanner.scss diff --git a/app/stylesheets/vendor/jquery.smartbanner_overrides.scss b/app/stylesheets/vendor/_jquery.smartbanner_overrides.scss similarity index 100% rename from app/stylesheets/vendor/jquery.smartbanner_overrides.scss rename to app/stylesheets/vendor/_jquery.smartbanner_overrides.scss diff --git a/app/stylesheets/vendor/mathquill.scss b/app/stylesheets/vendor/_mathquill.scss similarity index 100% rename from app/stylesheets/vendor/mathquill.scss rename to app/stylesheets/vendor/_mathquill.scss diff --git a/app/stylesheets/vendor/slick.grid.scss b/app/stylesheets/vendor/_slick.grid.scss similarity index 100% rename from app/stylesheets/vendor/slick.grid.scss rename to app/stylesheets/vendor/_slick.grid.scss