Skip to content

Commit

Permalink
Removed velocity, since it made problems
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodem committed Oct 29, 2014
1 parent 3cbbe35 commit db89a19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
5 changes: 1 addition & 4 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ underscore
accounts-password
accounts-ui
aldeed:collection2
mrt:iron-router-progress
iron:router
raix:handlebar-helpers
nooitaf:semantic-ui
velocity:html-reporter
mike:mocha
nooitaf:semantic-ui-less
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This boilerplate is here to give you a starting point for your meteor projects, with a console tool to ease up some tasks. Here's what you get with it.

* meteor-boilerplate console tool, for scaffolding files and more
* Essential atmosphere packages included, like [Iron Router](https://github.com/EventedMind/iron-router) and [Velocity](https://github.com/xolvio/velocity)
* Essential atmosphere packages included, like [Iron Router](https://github.com/EventedMind/iron-router)
* Profile support for ES6 and Coffeescript

The boilerplate looks like following: [boilerplate.meteor.com](http://boilerplate.meteor.com). Have a look at [starthacking](http://starthacking.meteor.com/) for a project created with this boilerplate.
Expand Down Expand Up @@ -60,15 +60,12 @@ node meteor-boilerplate mup:deploy # deploys to server
* less
* jquery
* underscore
* handlebar-helpers
* iron-router
* accounts-password
* accounts-ui
* iron-router-progress
* semantic-ui
* collection2
* velocity-html-reporter
* mocha-web-velocity
* aldeed:collection2
* iron:router
* raix:handlebar-helpers
* nooitaf:semantic-ui-less

The "insecure" and "autopublish" packages are removed by default (they make your app vulnerable).

Expand All @@ -94,7 +91,6 @@ server/ # Server folder
lib/ # Server side library folder
publications/ # Collection publications(*)
startup/ # On server startup
tests/ # Velocity test files, can be run with mocha(*)
meteor-boilerplate # Command line tool
```

Expand Down
9 changes: 0 additions & 9 deletions tests/mocha/dummyTest.js

This file was deleted.

0 comments on commit db89a19

Please sign in to comment.