mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Node0.8 + test root filepath 1
This commit is contained in:
parent
4474e582f9
commit
a12a23e91c
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 0.6
|
- 0.8
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
||||||
|
@ -19,7 +19,7 @@ module.exports = function(grunt) {
|
|||||||
connect: {
|
connect: {
|
||||||
www: {
|
www: {
|
||||||
options: {
|
options: {
|
||||||
base: 'source',
|
base: 'piskel',
|
||||||
port: 4545
|
port: 4545
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user