Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12217441
install-less.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
218 B
Subscribers
None
install-less.sh
View Options
#!/bin/sh
# Install Less via npm
if
[
! -e
"
$(
which lessc
)
"
]
;
then
sudo npm install -g less
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
Thu, Oct 30, 2:34 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3459599
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment