File: build/sass.sh

Recommend this page to a friend!
  Classes of Dom Hastings  >  JS Webdav Client  >  build/sass.sh  >  Download  
File: build/sass.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 1 year ago
Size: 277 bytes
 

Contents

Class file image Download
> assets/css/style.css; for file in node_modules/{basiclightbox/src/styles/main.scss,prismjs/themes/prism.css} assets/scss/style.scss; do echo '/* '$file' */' >> assets/css/style.css; npm run --silent node-sass -- --output-style=expanded $file >> assets/css/style.css; done