This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const babelify = require('babelify'); | |
const browserify = require('browserify'); | |
const browserSync = require('browser-sync').create(); | |
const chokidar = require('chokidar'); | |
const crypto = require('crypto'); | |
const fs = require('fs-extra'); | |
const modifyFilename = require('modify-filename'); | |
const path = require('path'); | |
const phpServer = require('php-server'); | |
const sass = require('sass'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nemo Action] | |
############################################# | |
#### DEBUGGING: | |
#### | |
#### Run Nemo with the environment | |
#### variable NEMO_ACTION_VERBOSE | |
#### set to get useful log output | |
#### for debugging your actions | |
#### |