Last active
August 3, 2018 21:49
-
-
Save macfire/9188f494348043d40d168804eeba7484 to your computer and use it in GitHub Desktop.
Codekit hook: timestamp
This file contains 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
//Shell script in 'Hooks' settings panel | |
// Prepends timestamp to specified files | |
TIME=$(date +"%a %d %b %Y %H:%M:%S") | |
lf=$'\n'; | |
sed "1s;^;/* $TIME */\\$lf;" $CK_INPUT_PATH > $CK_OUTPUT_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem ...
Prepending timestamp interrupts the compiling; at least on SASS (.scss) files