no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
fuss:sass [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Recursive Compile ======
  
 +Usually grunt is supposed to perform the compilation but there are instances where you would like to compress SASS files recursively from a shell manually. In order to do that, change to the top-level under which all ''.scss'' files are contained and issue:
 +<code bash>
 +find . -name \*.scss -exec sh -c  'sass -t compressed {} `i={}; echo ${i%.scss}.css`' \;
 +</code>
 +
 +This will compile all ''.scss'' files to ''.css'' files recursively and place them on the same level as the ''.scss'' files in the filesystem tree.

fuss/sass.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.