Created
April 28, 2014 16:38
-
-
Save openam/11377287 to your computer and use it in GitHub Desktop.
Compile Less with Source Map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| lessc css/styles.less > css/styles.css --source-map=css/styles.css.map --source-map-basepath=css/ | |
| NOW=$(date) | |
| echo "Recompiling less completed $NOW" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment