Skip to content

Commit 2185c4f

Browse files
committed
Removed LiveCSS (https://github.com/niklas-heer/sublime-css-colors.git) as nologer exists.
1 parent 24b4c1c commit 2185c4f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

SublimeDrupal.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,6 @@ else
144144
cd ..
145145
fi
146146

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-
159147
# GotoDrupalAPI
160148
if [ ! -d "Sublime-Text-2-Goto-Drupal-API" ]; then
161149
git clone https://github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API.git;

0 commit comments

Comments
 (0)