diff options
| author | Marak Squires <[email protected]> | 2010-05-16 03:44:59 -0400 |
|---|---|---|
| committer | Marak Squires <[email protected]> | 2010-05-16 03:44:59 -0400 |
| commit | 773ad88bfcbdd91d65ca85b613c03cd7b5dc846f (patch) | |
| tree | a4561b943d7747b35cd6c6fb16be65b31a9f9e95 | |
| parent | c5e277945046cd11817f57b61c483bc0f374a954 (diff) | |
| download | faker-773ad88bfcbdd91d65ca85b613c03cd7b5dc846f.tar.xz faker-773ad88bfcbdd91d65ca85b613c03cd7b5dc846f.zip | |
browser demo is ready for deploy
| -rw-r--r-- | BUILD/BUILD.js | 3 | ||||
| -rw-r--r-- | Faker.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/BUILD/BUILD.js b/BUILD/BUILD.js index 1e94c7f5..bc4e88c0 100644 --- a/BUILD/BUILD.js +++ b/BUILD/BUILD.js @@ -54,8 +54,6 @@ code += 'var Helpers = Faker.Helpers; \n'; // if we are running in a CommonJS env, export everything out code += 'if(typeof exports != "undefined"){for(var prop in Faker){exports[prop] = Faker[prop];}}'; - - // generate some samples sets (move this code to another section) fs.writeFile('../Faker.js', code, function() { sys.puts("Faker.js generated successfully!"); @@ -68,7 +66,6 @@ fs.writeFile('../Readme.md', docOutput, function() { sys.puts("Docs generated successfully!"); }); - /*********************** BUILD HELPER METHODS *********************/ // Recursively traverse a hierarchy, returning a list of all relevant .js files. @@ -1,4 +1,4 @@ -/*************** AUTOGENERATED @ 1273993995768 *************** +/*************** AUTOGENERATED @ 1273995871558 *************** WARNING: THIS FILE WAS AUTOGENERATED BY THE FAKER BUILD SCRIPT MODIFYING THIS FILE IS FINE, BUT YOU REALLY SHOULD BE MODIFYING THE LIBRARY DIRECTLY AND REGENERATING THIS FILE USING BUILD.js!!!! |
