Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize Bramble #557

Closed
wants to merge 4 commits into from
Closed

Dockerize Bramble #557

wants to merge 4 commits into from

Conversation

gideonthomas
Copy link

@gideonthomas gideonthomas commented Jun 26, 2016

This PR contains two main parts:

  • Cleanup the Gruntfile and remove tasks that we aren't using (and probably never will). This is the first commit.
  • Dockerize Brackets and add scripts to run it. These are the rest of the commits.

I keep the whitespace changes in because they keep popping up. So future PRs will not have them anymore. If you want to ignore them during review, add ?w=1 to the url.

@humphd
Copy link

humphd commented Jun 27, 2016

I've started reviewing this, I'll finish it in the next day or so. Looking good so far.

@gideonthomas
Copy link
Author

Note: I haven't tested the Windows script. Will do that soon.

@@ -348,49 +340,6 @@ module.exports = function (grunt) {
tasks: ['jshint:test']
}
},
/* FIXME (jasonsanjose): how to handle extension tests */
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should delete test/* since we aren't running them ever?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah probably a good idea! I'll do that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants