Skip to content

Commit

Permalink
MINOR
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswindisch committed Mar 7, 2018
1 parent eefc83e commit 489c417
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source ./bin/lib/postcss.sh
source ./bin/lib/image.sh
source ./bin/lib/jekyll.sh


function sassdoc() {
log "Sassdoc"
node_modules/.bin/sassdoc \
Expand All @@ -32,19 +31,11 @@ function cssCopyToJekyll() {
cp ./assets/css/style.css.map ./jekyll/assets/css/style.css.map
}





function distCleanup() {
log "🗑️ DIST Clean-Up"
rm -rf dist
}





function log() {
echo "$1 | $(date '+%Y-%m-%d %H:%M:%S')" >> ./${npm_package_config_log_file}
}
Expand All @@ -55,10 +46,6 @@ function logCleanup() {
log "🗑️ LOG Clean-Up"
}





function scssWatchDev() {
log "😳 SCSS watch"
./node_modules/.bin/nodemon \
Expand Down Expand Up @@ -99,10 +86,6 @@ function scssProcess() {
-o ./assets/css/
}





function serveCleanup() {
log "🗑️ SERVE Clean-Up"
rm -r ./serve/*
Expand Down

0 comments on commit 489c417

Please sign in to comment.