Lessify! command actually does something now... (converts {less} file to CSS)

This commit is contained in:
Yann
2009-08-06 00:07:48 -04:00
parent f694f71f55
commit e0f55a1538
2 changed files with 9 additions and 7 deletions
+8 -7
View File
@@ -5,17 +5,18 @@
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string># just to remind you of some useful environment variables
# see Help / Environment Variables for the full list
echo File: "$TM_FILEPATH"
echo Word: "$TM_CURRENT_WORD"
echo Selection: "$TM_SELECTED_TEXT"</string>
<string>#!/bin/bash
lessc "$TM_FILEPATH"
rescan_project</string>
<key>input</key>
<string>selection</string>
<string>none</string>
<key>keyEquivalent</key>
<string>^L</string>
<key>name</key>
<string>Lessify!</string>
<key>output</key>
<string>replaceSelectedText</string>
<string>discard</string>
<key>uuid</key>
<string>C06F4F5E-AF7F-4C65-8B4B-0FDF41F1BC27</string>
</dict>
+1
View File
@@ -498,6 +498,7 @@
<string>mCSS</string>
<key>ordering</key>
<array>
<string>C06F4F5E-AF7F-4C65-8B4B-0FDF41F1BC27</string>
<string>D6D0BEB2-DF32-4762-ABC1-3465116C220A</string>
<string>3A4062A8-C24A-4EBD-9D17-481D2F670EFA</string>
<string>D27FBAE9-1D8D-4D42-A0A5-F1020B09F3DF</string>