File: requirements-dev.sh

package info (click to toggle)
webassets 3%3A0.11.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,044 kB
  • ctags: 1,516
  • sloc: python: 7,961; makefile: 102; sh: 9
file content (20 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

# External filter binaries to install for testing.

# Disable, because there are issues with the install on Travis CI.
#gem install sass --version 3.2.19
#gem install compass --version 0.12.6


# Only install NodeJS version by default.
#gem install less --version 1.2.21

npm install -g less@2.5.1
npm install -g uglify-js@2.3.1
npm install -g coffee-script@1.6.2
npm install -g clean-css@1.0.2
npm install -g stylus
npm install -g handlebars
npm install -g typescript
npm install -g requirejs@2.1.11