mdb-ui-kit/meteor/example/run.bat

6 lines
163 B
Batchfile
Raw Normal View History

2015-03-17 18:36:14 +03:00
mklink ..\..\package.js "meteor/package-noglyph.js"
mklink package.json "../../package.json"
set MONGO_URL=mongodb://
meteor run
del ..\..\package.js package.json