aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap.sh')
-rw-r--r--scripts/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index bf6f350..e838972 100644
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -11,7 +11,7 @@ run_it()
local _dir="${2-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
local _target="${_dir%/*}" # deleted slash
local _src="${_target%scripts}/src/scss/bootstrap/${_name}.scss" # input
- local _dest="${_target%scripts}/dist/css/bootstrap/${_name}.css" # output
+ local _dest="${_target%scripts}/build/css/bootstrap/${_name}.css" # output
local _options="${3---sourcemap=none}"
# ----------------------------------------------------------------------------
@@ -36,7 +36,7 @@ run_compress()
local _dir="${2-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
local _target="${_dir%/*}" # deleted slash
local _src="${_target%scripts}/src/scss/bootstrap/${_name}.scss" # input
- local _dest="${_target%scripts}/dist/css/bootstrap/${_name}.min.css" # output
+ local _dest="${_target%scripts}/build/css/bootstrap/${_name}.min.css" # output
local _options="${3---sourcemap=none}"
# ----------------------------------------------------------------------------