We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b4c1c commit 2185c4fCopy full SHA for 2185c4f
SublimeDrupal.sh
@@ -144,18 +144,6 @@ else
144
cd ..
145
fi
146
147
-# LiveCSS
148
-if [ ! -d "LiveCSS" ]; then
149
- git clone https://github.com/niklas-heer/sublime-css-colors.git LiveCSS;
150
-else
151
- echo "Updating plugin LiveCSS";
152
- cd "LiveCSS"
153
- #support for previous installation the project was moved from https://github.com/a-sk/livecss
154
- git remote set-url origin git://github.com/niklas-heer/sublime-css-colors.git
155
- git pull origin master
156
- cd ..
157
-fi
158
-
159
# GotoDrupalAPI
160
if [ ! -d "Sublime-Text-2-Goto-Drupal-API" ]; then
161
git clone https://github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API.git;
0 commit comments