You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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.
4
4
5
5
* 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)
7
7
* Profile support for ES6 and Coffeescript
8
8
9
9
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
60
60
* less
61
61
* jquery
62
62
* underscore
63
-
* handlebar-helpers
64
-
* iron-router
65
63
* accounts-password
66
64
* 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
72
69
73
70
The "insecure" and "autopublish" packages are removed by default (they make your app vulnerable).
74
71
@@ -94,7 +91,6 @@ server/ # Server folder
94
91
lib/ # Server side library folder
95
92
publications/ # Collection publications(*)
96
93
startup/ # On server startup
97
-
tests/ # Velocity test files, can be run with mocha(*)
0 commit comments