makersquare / maker-console

A maker console for doing maker stuff
0 stars 2 forks source link

Use Gulp.js to write a build system #1

Open gilbert opened 10 years ago

gilbert commented 10 years ago

Gulp.js is a build system. The MakerConsole source is written in CoffeeScript. We need a build task such that running gulp build in the command line will:

  1. Compile our CoffeeScript files into JavaScript
  2. Concat these JavaScript files into a single file
gilbert commented 10 years ago

Getting started with Gulp: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md

danielchappell commented 10 years ago

submitted pull request to close this issue

gilbert commented 10 years ago

Actually that's how GitHub works. You make a PR, and in one of the git commit messages you type [Closes #X], where X is the issue number (in this case, #1)