NOTE: coreOrderWorkflow, processing will be combined into coreOrderWorkflow/processing and set as the status.
Meteor.call("workflow/pushOrderWorkflow", "coreOrderWorkflow", "processing", order);| <script src="/_js/vendor/froogaloop2.min.js"></script> |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| pkg: grunt.file.readJSON('package.json'), | |
| php: { | |
| dev: { | |
| options: { | |
| hostname: '127.0.0.1', |
| <?php | |
| // Loop Variables | |
| $max_per_row = 2; | |
| ?> | |
| <?php for($i = 0; $i < count($data); $i++): ?> | |
| <?php if($i % $max_per_row == 0 || $i == 0): ?> | |
| <div class="grid-row"> <!-- Start Grid row --> | |
| <?php endif ?> |
| # List all running transmit disk tasks | |
| # --------------------------------------------------------------------------- | |
| ps aux | grep "Transmit Disk" | |
| # Kill All transmit disk tasks. | |
| # | |
| # Potentially dangerious as it could apply to all users on system. | |
| # --------------------------------------------------------------------------- | |
| pkill -9 -f "Transmit Disk" |
| { | |
| "color_scheme": "Packages/Theme - Phoenix/Color Scheme/Clouds Midnight.tmTheme", | |
| "font_size": 12.0, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| "SFTP" | |
| ], | |
| "indent_guide_options": | |
| [ |
NOTE: coreOrderWorkflow, processing will be combined into coreOrderWorkflow/processing and set as the status.
Meteor.call("workflow/pushOrderWorkflow", "coreOrderWorkflow", "processing", order);| ReactionCore.MethodHooks.before("workflow/pushOrderWorkflow", function (options) { | |
| check(options, Match.OrderHookOptions); | |
| console.log("workflow/pushOrderWorkflow: About to check status", options); | |
| let workflow = options.arguments[0]; | |
| let status = options.arguments[1]; | |
| let order = options.arguments[2]; | |
| if (Meteor.server.method_handlers[workflow]) { | |
| let result = Meteor.call(`workflow/${workflow}/${status}`, options); |
| // ... (add to top of file) | |
| const stage0Preset = Npm.require("babel-preset-stage-0") | |
| // ... (code omitted for brevity) | |
| function getDefaultOptions(extraFeatures) { | |
| // ... (code in function omitted for brevity) | |
| // ... Right before the return, push your preset into the presets array of options | |
| options.presets.push(stage0Preset) |
| mkdir -p "1 Introduction" | |
| git mv index.md "1 Introduction/index.md" | |
| git mv admin/dashboard.md "1 Introduction/dashboard.md" | |
| git mv admin/tags.md "1 Introduction/tags.md" | |
| git mv admin/products.md "1 Introduction/products.md" | |
| git mv admin/orders.md "1 Introduction/orders.md" | |
| git mv admin/shipping.md "1 Introduction/shipping.md" | |
| git mv admin/faq.md "1 Introduction/faqs.md" | |
| mkdir -p "2 Developer" | |
| git mv developer/getting-started.md "2 Developer/index.md" |
| ### Keybase proof | |
| I hereby claim: | |
| * I am mikemurray on github. | |
| * I am mikemurray (https://keybase.io/mikemurray) on keybase. | |
| * I have a public key ASBJ0Ic1z9Yya6W7jvqC2s2ewSqeK110-bQFybjambpQgwo | |
| To claim this, I am signing this object: |