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
// This script will take an input mvc directory, walk it, and write out | |
// to an out directory (for testing). Should be easy to write back to the | |
// original file. | |
var DIR_MVC = '/Users/rchild/okta/okta-core/WebContent/js/mvc' | |
, DIR_OUT = path.normalize(__dirname + '/out') | |
, formatStyle = yoda; | |
var fs = require('fs') | |
, R = require('ramda') | |
, file = require('file') |