Edit File: constants.js
/* * constants.js: Constants within the Flatiron framework. * * (C) 2011, Nodejitsu Inc. * MIT LICENSE * */ var constants = exports; constants.DIRECTORIES = { "#ENV": "#CONFIG/env", "#APP": "#ROOT/app", "#CONFIG": "#ROOT/config", "#DOCS": "#ROOT/docs", "#LOG": "#ROOT/log", "#LIB": "#ROOT/lib", "#TEST": "#ROOT/test" };
Back to File Manager