mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
verify phantomjs 1.9.0-1 on mac 10.7 node 0.8.22
This commit is contained in:
commit
56c3ce8274
22
Gruntfile.js
22
Gruntfile.js
@ -64,9 +64,21 @@ module.exports = function (grunt) {
|
||||
]
|
||||
},
|
||||
watch: {
|
||||
all : {
|
||||
files: ['**/*', '!**/node_modules/**'],
|
||||
tasks: ['jshint']
|
||||
},
|
||||
grunt : {
|
||||
files: ['<%= meta.grunt %>', 'tasks/**/*'],
|
||||
tasks: ['jshint:grunt']
|
||||
},
|
||||
src : {
|
||||
files: ['<%= meta.src %>', 'src/**/*'],
|
||||
tasks: ['jshint:src']
|
||||
},
|
||||
test : {
|
||||
files: ['Gruntfile.js', '<%= meta.src %>', '<%= meta.test %>'],
|
||||
tasks: 'test'
|
||||
files: ['<%= meta.test %>', 'test/**/*'],
|
||||
tasks: ['jshint:test']
|
||||
}
|
||||
},
|
||||
/* FIXME (jasonsanjose): how to handle extension tests */
|
||||
@ -110,11 +122,13 @@ module.exports = function (grunt) {
|
||||
},
|
||||
jshint: {
|
||||
all: [
|
||||
'Gruntfile.js',
|
||||
'<%= meta.grunt %>',
|
||||
'<%= meta.src %>',
|
||||
'<%= meta.test %>'
|
||||
],
|
||||
grunt: "<%= meta.grunt %>",
|
||||
grunt: '<%= meta.grunt %>',
|
||||
src: '<%= meta.src %>',
|
||||
test: '<%= meta.test %>',
|
||||
/* use strict options to mimic JSLINT until we migrate to JSHINT in Brackets */
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
|
@ -13,12 +13,13 @@
|
||||
"SHA": ""
|
||||
},
|
||||
"devDependencies": {
|
||||
"unzip": "0.1.0",
|
||||
"grunt": "0.4.1",
|
||||
"grunt-cli": "0.1.6",
|
||||
"phantomjs": "1.9.0-1",
|
||||
"grunt-lib-phantomjs": "0.3.0",
|
||||
"grunt-contrib-jshint": "0.2.0",
|
||||
"grunt-contrib-watch": "0.2.0",
|
||||
"grunt-contrib-jasmine": "0.3.3",
|
||||
"grunt-contrib-watch": "0.3.1",
|
||||
"grunt-contrib-jasmine": "0.4.2",
|
||||
"grunt-template-jasmine-requirejs": "0.1.0",
|
||||
"q": "0.9.2"
|
||||
},
|
||||
|
@ -27,12 +27,13 @@
|
||||
"SHA": ""
|
||||
},
|
||||
"devDependencies": {
|
||||
"unzip": "0.1.0",
|
||||
"grunt": "0.4.1",
|
||||
"grunt-cli": "0.1.6",
|
||||
"phantomjs": "1.9.0-1",
|
||||
"grunt-lib-phantomjs": "0.3.0",
|
||||
"grunt-contrib-jshint": "0.2.0",
|
||||
"grunt-contrib-watch": "0.2.0",
|
||||
"grunt-contrib-jasmine": "0.3.3",
|
||||
"grunt-contrib-watch": "0.3.1",
|
||||
"grunt-contrib-jasmine": "0.4.2",
|
||||
"grunt-template-jasmine-requirejs": "0.1.0",
|
||||
"q": "0.9.2"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user