Skip to content

Commit ea49d4d

Browse files
committed
Adding circle.yml
1 parent 97a2327 commit ea49d4d

File tree

4 files changed

+25
-16
lines changed

4 files changed

+25
-16
lines changed

.ruby-gemset

-1
This file was deleted.

.ruby-version

-1
This file was deleted.

circle.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
test:
2+
override:
3+
- ./node_modules/.bin/grunt buildProduction
4+
5+
deployment:
6+
staging:
7+
branch: master
8+
commands:
9+
- ./node_modules/.bin/divshot deploy staging --token $DIVSHOT_TOKEN

package.json

+16-14
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
22
"name": "gemcityjs",
33
"version": "0.1.0",
44
"devDependencies": {
5+
"assemble": "~0.4.13",
6+
"connect-livereload": "~0.3.0",
7+
"divshot-cli": "^1.10.5",
58
"grunt": "~0.4.1",
6-
"grunt-exec": "~0.4.0",
7-
"grunt-contrib-coffee": "~0.6.0",
9+
"grunt-bower": "^0.18.0",
10+
"grunt-bushcaster": "0.0.7",
11+
"grunt-cli": "^0.1.13",
812
"grunt-contrib-clean": "~0.4.0",
9-
"grunt-contrib-watch": "~0.4",
10-
"grunt-sass": "^0.18.1",
13+
"grunt-contrib-coffee": "~0.6.0",
1114
"grunt-contrib-concat": "~0.1.3",
15+
"grunt-contrib-connect": "~0.5.0",
16+
"grunt-contrib-copy": "~0.4.1",
1217
"grunt-contrib-jasmine": "~0.4.1",
13-
"grunt-notify": "~0.1.4",
14-
"grunt-styleguide": "~0.2.4",
18+
"grunt-contrib-watch": "~0.4",
1519
"grunt-cucumber": "~0.2.1",
16-
"grunt-plato": "~0.2.0",
17-
"grunt-contrib-copy": "~0.4.1",
18-
"assemble": "~0.4.13",
19-
"grunt-contrib-connect": "~0.5.0",
20-
"connect-livereload": "~0.3.0",
20+
"grunt-exec": "~0.4.0",
2121
"grunt-grunticon": "~1.0.0",
22-
"grunt-bower": "^0.18.0",
23-
"grunt-bushcaster": "0.0.7",
24-
"grunt-string-replace": "~0.2.7"
22+
"grunt-notify": "~0.1.4",
23+
"grunt-plato": "~0.2.0",
24+
"grunt-sass": "^0.18.1",
25+
"grunt-string-replace": "~0.2.7",
26+
"grunt-styleguide": "~0.2.4"
2527
}
2628
}

0 commit comments

Comments
 (0)