Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12339102
install-less.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
224 B
Subscribers
None
install-less.sh
View Options
#!/bin/sh
# Install Less via npm
if
[
! -e
"
$(
which lessc
)
"
]
;
then
sudo npm install -g less@3.5.3
sudo npm install -g less-plugin-clean-css
else
echo
LESS
$(
npm view less version 2>
&
1
|
grep -v WARN
)
is installed
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Nov 15, 9:26 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3483586
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment