Skip to content

Commit db89a19

Browse files
committed
Removed velocity, since it made problems
1 parent 3cbbe35 commit db89a19

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

.meteor/packages

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ underscore
1010
accounts-password
1111
accounts-ui
1212
aldeed:collection2
13-
mrt:iron-router-progress
1413
iron:router
1514
raix:handlebar-helpers
16-
nooitaf:semantic-ui
17-
velocity:html-reporter
18-
mike:mocha
15+
nooitaf:semantic-ui-less

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

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

99
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.
@@ -60,15 +60,12 @@ node meteor-boilerplate mup:deploy # deploys to server
6060
* less
6161
* jquery
6262
* underscore
63-
* handlebar-helpers
64-
* iron-router
6563
* accounts-password
6664
* accounts-ui
67-
* iron-router-progress
68-
* semantic-ui
69-
* collection2
70-
* velocity-html-reporter
71-
* mocha-web-velocity
65+
* aldeed:collection2
66+
* iron:router
67+
* raix:handlebar-helpers
68+
* nooitaf:semantic-ui-less
7269

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

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

tests/mocha/dummyTest.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)