Last active
August 29, 2015 13:56
-
-
Save tylersticka/8944036 to your computer and use it in GitHub Desktop.
Revisions
-
tylersticka revised this gist
Feb 11, 2014 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,2 @@ alias plbuild="php core/builder.php -gc" # Pattern Lab: Build/Clean alias plwatch="php core/builder.php -rw" # Pattern Lab: Watch/Sync -
tylersticka created this gist
Feb 11, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ alias plbuild="php core/builder.php -gc" # Pattern Lab: Build/Clean alias plwatch="php core/builder.php -w" # Pattern Lab: Watch alias plsync="php core/autoReloadServer.php" # Pattern Lab: Start Sync Server