Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
look for brackets/dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Dec 6, 2013
1 parent ba5c546 commit 1ba56f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module.exports = function (grunt) {

// task: build-www
grunt.registerTask("build-www", "Check brackets repository for build artifacts", function () {
if (!grunt.file.exists(grunt.config("config-json"))) {
grunt.log.error(grunt.config("config-json") + " file does not exist. Run `grunt build` in the brackets repo first.")
if (!grunt.file.exists(grunt.config("www.files.cwd"))) {
grunt.log.error(grunt.config("www.files.cwd") + " file does not exist. Run `grunt build` in the brackets repo first.")
return false;
}
});
Expand Down

0 comments on commit 1ba56f9

Please sign in to comment.