Skip to content

Instantly share code, notes, and snippets.

@numtel
Created October 22, 2014 20:37
Show Gist options
  • Save numtel/ae6e430dfe029ba2b72a to your computer and use it in GitHub Desktop.
Save numtel/ae6e430dfe029ba2b72a to your computer and use it in GitHub Desktop.
ben@x131e:~/meteor$ meteor create velocity-core-issue-114
velocity-core-issue-114: created.
To run your new app:
cd velocity-core-issue-114
meteor
ben@x131e:~/meteor$ cd velocity-core-issue-114/
ben@x131e:~/meteor/velocity-core-issue-114$ meteor add numtel:velocity-tinytest velocity:html-reporter
added velocity:html-reporter at version 0.2.4
added coffeescript at version 1.0.4
added less at version 1.0.10
added velocity:core at version 0.2.15
added numtel:velocity-tinytest at version 0.0.37
added numtel:phantomjs-persistent-server at version 0.0.8
added tinytest at version 1.0.3
added amplify at version 1.0.0
numtel:velocity-tinytest: Use Tinytest with Velocity
velocity:html-reporter: Reactive Velocity test reports in your app.
ben@x131e:~/meteor/velocity-core-issue-114$ VELOCITY_DEBUG="true" VELOCITY_DEBUG_MIRROR="true" meteor
[[[[[ ~/meteor/velocity-core-issue-114 ]]]]]
=> Started proxy.
=> Started MongoDB.
I20141022-13:31:57.171(-7)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
I20141022-13:31:57.298(-7)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141022-13:31:57.299(-7)? ** you still have autopublish turned on. Because autopublish is still
I20141022-13:31:57.300(-7)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141022-13:31:57.300(-7)? ** will still be sent to all clients.
I20141022-13:31:57.301(-7)? **
I20141022-13:31:57.301(-7)? ** Turn off autopublish by removing the autopublish package:
I20141022-13:31:57.302(-7)? **
I20141022-13:31:57.302(-7)? ** $ meteor remove autopublish
I20141022-13:31:57.303(-7)? **
I20141022-13:31:57.303(-7)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141022-13:31:57.303(-7)? ** for each collection that you want clients to see.
I20141022-13:31:57.304(-7)?
I20141022-13:31:57.304(-7)? [velocity] PWD /home/ben/meteor/velocity-core-issue-114
I20141022-13:31:57.307(-7)? velocity config = {
I20141022-13:31:57.308(-7)? "tinytest": {
I20141022-13:31:57.308(-7)? "regex": "tinytest/.+\\.(js|coffee|litcoffee|coffee\\.md)$",
I20141022-13:31:57.309(-7)? "name": "tinytest",
I20141022-13:31:57.309(-7)? "_regexp": {}
I20141022-13:31:57.309(-7)? }
I20141022-13:31:57.310(-7)? }
I20141022-13:31:57.311(-7)? [velocity] Mirror: starting at http://localhost:5000/
I20141022-13:31:57.311(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:31:57.312(-7)? [velocity] rsync took 57
I20141022-13:31:57.312(-7)? [velocity] copying fixture /home/ben/meteor/velocity-core-issue-114/.meteor/local/build/programs/server/assets/packages/velocity_core/default-fixture.js to /home/ben/meteor/velocity-core-issue-114/.meteor/local/.mirror/default-fixture.js.js
I20141022-13:31:57.313(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:31:57.603(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:31:59.703(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:31:59.709(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:32:00.433(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:32:01.326(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:32:02.133(-7)? [velocity] retrying mirror at http://localhost:5000/ connect ECONNREFUSED
I20141022-13:32:02.245(-7)? [velocity mirror] [[[[[ ~/meteor/velocity-core-issue-114/.meteor/local/.mirror ]]]]]
I20141022-13:32:02.246(-7)? [velocity mirror]
I20141022-13:32:02.246(-7)? [velocity mirror] => Started proxy.
I20141022-13:32:07.913(-7)? [velocity mirror] I20141022-13:32:07.782(-7)? Not adding velocity code
I20141022-13:32:07.914(-7)? [velocity mirror] I20141022-13:32:07.913(-7)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
I20141022-13:32:07.915(-7)? [velocity mirror] I20141022-13:32:07.915(-7)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141022-13:32:07.916(-7)? [velocity mirror] I20141022-13:32:07.915(-7)? ** you still have autopublish turned on. Because autopublish is still
I20141022-13:32:07.917(-7)? [velocity mirror] I20141022-13:32:07.915(-7)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141022-13:32:07.917(-7)? [velocity mirror] I20141022-13:32:07.916(-7)? ** will still be sent to all clients.
I20141022-13:32:07.918(-7)? [velocity mirror] I20141022-13:32:07.916(-7)? **
I20141022-13:32:07.918(-7)? [velocity mirror] I20141022-13:32:07.917(-7)? ** Turn off autopublish by removing the autopublish package:
I20141022-13:32:07.919(-7)? [velocity mirror] I20141022-13:32:07.917(-7)? **
I20141022-13:32:07.920(-7)? [velocity mirror] I20141022-13:32:07.917(-7)? ** $ meteor remove autopublish
I20141022-13:32:07.920(-7)? [velocity mirror] I20141022-13:32:07.918(-7)? **
I20141022-13:32:07.920(-7)? [velocity mirror] I20141022-13:32:07.918(-7)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141022-13:32:07.921(-7)? [velocity mirror] I20141022-13:32:07.919(-7)? ** for each collection that you want clients to see.
I20141022-13:32:07.922(-7)? [velocity mirror] I20141022-13:32:07.919(-7)?
I20141022-13:32:07.925(-7)? [velocity mirror] => Started your app.
I20141022-13:32:07.926(-7)? [velocity mirror]
I20141022-13:32:07.927(-7)? [velocity mirror] => App running at: http://localhost:5000/
I20141022-13:32:07.993(-7)? [velocity] Mirror started { statusCode: 200, url: 'http://localhost:5000/', port: 5000 }
=> Started your app.
=> App running at: http://localhost:3000/
I20141022-13:32:10.185(-7)? [velocity mirror] I20141022-13:32:10.178(-7)? PhantomJS server starting on port 13470
I20141022-13:32:10.186(-7)? [velocity mirror] I20141022-13:32:10.185(-7)? 13470 Ready.
^C
ben@x131e:~/meteor/velocity-core-issue-114$ cd ..
ben@x131e:~/meteor$ meteor create velocity-core-issue-114-2
velocity-core-issue-114-2: created.
To run your new app:
cd velocity-core-issue-114-2
meteor
ben@x131e:~/meteor$ cd velocity-core-issue-114-2/
ben@x131e:~/meteor/velocity-core-issue-114-2$ ll
total 24
drwxr-xr-x 3 ben ben 4096 Oct 22 13:32 ./
drwxrwxr-x 39 ben ben 4096 Oct 22 13:32 ../
drwxr-xr-x 2 ben ben 4096 Oct 22 13:32 .meteor/
-rw-rw-r-- 1 ben ben 31 Oct 22 13:32 velocity-core-issue-114-2.css
-rw-rw-r-- 1 ben ben 238 Oct 22 13:32 velocity-core-issue-114-2.html
-rw-rw-r-- 1 ben ben 478 Oct 22 13:32 velocity-core-issue-114-2.js
ben@x131e:~/meteor/velocity-core-issue-114-2$ meteor add numtel:velocity-tinytest velocity:html-reporter
added velocity:html-reporter at version 0.2.4
added coffeescript at version 1.0.4
added less at version 1.0.10
added velocity:core at version 0.2.15
added numtel:velocity-tinytest at version 0.0.37
added numtel:phantomjs-persistent-server at version 0.0.8
added tinytest at version 1.0.3
added amplify at version 1.0.0
numtel:velocity-tinytest: Use Tinytest with Velocity
velocity:html-reporter: Reactive Velocity test reports in your app.
ben@x131e:~/meteor/velocity-core-issue-114-2$ meteor
[[[[[ ~/meteor/velocity-core-issue-114-2 ]]]]]
=> Started proxy.
=> Started MongoDB.
I20141022-13:33:58.810(-7)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
I20141022-13:33:58.928(-7)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141022-13:33:58.929(-7)? ** you still have autopublish turned on. Because autopublish is still
I20141022-13:33:58.930(-7)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141022-13:33:58.930(-7)? ** will still be sent to all clients.
I20141022-13:33:58.931(-7)? **
I20141022-13:33:58.931(-7)? ** Turn off autopublish by removing the autopublish package:
I20141022-13:33:58.931(-7)? **
I20141022-13:33:58.932(-7)? ** $ meteor remove autopublish
I20141022-13:33:58.932(-7)? **
I20141022-13:33:58.933(-7)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141022-13:33:58.933(-7)? ** for each collection that you want clients to see.
I20141022-13:33:58.934(-7)?
=> Started your app.
=> App running at: http://localhost:3000/
W20141022-13:33:58.940(-7)? (STDERR) [velocity] mirror failed to start { [Error: ENOENT, open '/home/ben/meteor/velocity-core-issue-114-2/.meteor/local/.mirror/settings.json'] stack: [Getter] }
^C
ben@x131e:~/meteor/velocity-core-issue-114-2$ meteor
[[[[[ ~/meteor/velocity-core-issue-114-2 ]]]]]
=> Started proxy.
=> Started MongoDB.
I20141022-13:35:24.390(-7)? Meteor._wrapAsync has been renamed to Meteor.wrapAsync
I20141022-13:35:24.565(-7)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141022-13:35:24.567(-7)? ** you still have autopublish turned on. Because autopublish is still
I20141022-13:35:24.568(-7)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141022-13:35:24.568(-7)? ** will still be sent to all clients.
I20141022-13:35:24.569(-7)? **
I20141022-13:35:24.569(-7)? ** Turn off autopublish by removing the autopublish package:
I20141022-13:35:24.570(-7)? **
I20141022-13:35:24.571(-7)? ** $ meteor remove autopublish
I20141022-13:35:24.571(-7)? **
I20141022-13:35:24.572(-7)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141022-13:35:24.573(-7)? ** for each collection that you want clients to see.
I20141022-13:35:24.574(-7)?
I20141022-13:35:36.077(-7)? [velocity] Mirror started { statusCode: 200, url: 'http://localhost:5000/', port: 5000 }
=> Started your app.
=> App running at: http://localhost:3000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment