observing / square

The last build system you would ever want to use
MIT License
56 stars 9 forks source link

download update behavior #27

Closed gut4 closed 12 years ago

gut4 commented 12 years ago
{
  "bundle": {
    "jquery.js": {
      "description": "jQuery update based on version number in file",
      "version": "1.3",
      "latest": "http://code.jquery.com/jquery.js"
    }
  }
}

Can square download the latest if jquery.js doesn't exist as file?

3rd-Eden commented 12 years ago

I was planning to add such functionality as it was also suggested before in issue #1

Probably something like square init that will run over your current square.json file and downloads everything or does a touch if the file doesn't exists.