12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #!/bin/bash
- (
- npm install requirejs@2.1.10 -g
- npm install csso@1.3.12 -g
- r.js -o example/build.js
- npm install csso@1.4.0 -g
- r.js -o example/build.js
- npm install csso@1.8.0 -g
- r.js -o example/build.js
- npm install csso@2.0.0 -g
- r.js -o example/build.js
- npm install csso@latest -g
- r.js -o example/build.js
-
- npm install requirejs@latest -g
- npm install csso@1.3.12 -g
- r.js -o example/build.js
- npm install csso@1.4.0 -g
- r.js -o example/build.js
- npm install csso@1.8.0 -g
- r.js -o example/build.js
- npm install csso@2.0.0 -g
- r.js -o example/build.js
- npm install csso@latest -g
- r.js -o example/build.js
- ) > compatibility.log
|