UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

6 lines (5 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIG_FILE_NAME = 'sync.yaml'; exports.DEFAULT_WATCH_PATTERN = '/lib/**/*.js'; exports.CONFIG_NOT_FOUND_ERROR = "\nWARNING No modules defined or the config file not found.\n Ensure you have a '" + exports.CONFIG_FILE_NAME + "' within your workspace.\n";