Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
feat: switch to bower to manage handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter committed Feb 16, 2014
1 parent 64d531a commit 7e13277
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,290 deletions.
9 changes: 0 additions & 9 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,3 @@ EMBER_MODEL =
task 'ember-model:install', 'install latest Ember Model', (options) ->
downloadEmberFile EMBER_MODEL.dev, 'development/ember-model.js'
downloadEmberFile EMBER_MODEL.prod, 'production/ember-model.js'

# ----------
# Handlebars
# ----------
task 'handlebars:install', 'install latest Handlebars', (options) ->
downloadFile(
'http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-latest.js',
'vendor/scripts/handlebars.js'
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Before using Tapas with Ember you will need to install [Node][],
[CoffeeScript][], and [Brunch][].

```
npm install -g brunch coffee
npm install -g brunch coffee bower
```

## Quick Start
Expand Down
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"test",
"tests"
],
"dependencies": { }
"dependencies": {
"handlebars": "v1.3.0"
}
}
2 changes: 1 addition & 1 deletion config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config =
before: [
'vendor/scripts/console-polyfill.js'
'vendor/scripts/jquery.js'
'vendor/scripts/handlebars.js'
'bower_components/handlebars/handlebars.js'
"vendor/scripts/ember_config.js"
"vendor/ember/#{environment}/ember.js"
"vendor/ember/#{environment}/ember-data.js"
Expand Down
Loading

0 comments on commit 7e13277

Please sign in to comment.