diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-03 18:50:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-03 18:50:43 -0500 |
commit | 9a101efbabc52c04e97be42f13ced78c34c46169 (patch) | |
tree | ef49c642a0203a2ea6e81e2543ff73997ee8e53c /scripts/bootstrap.sh | |
parent | 986fded2043ea505429747ff68a55cd8310319d8 (diff) | |
download | libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.lz libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.xz libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.zip |
added autoprefixer
Diffstat (limited to 'scripts/bootstrap.sh')
-rw-r--r-- | scripts/bootstrap.sh | 4 |
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}" # ---------------------------------------------------------------------------- |