aboutsummaryrefslogtreecommitdiff
path: root/build/gulpfile.js
AgeCommit message (Collapse)AuthorFilesLines
2020-08-22Removing extra build and example filesMarak1-172/+0
2020-08-22Don’t include `gh-pages` task by defaultMarak1-1/+1
2016-03-19[dist] Added jsdoc and gh-pages to gulpfileMarak1-2/+14
* Will now build jsdocs as part of build * Will now commit and push jsdocs to gh-pages
2015-07-08[docs] Updating README and build script.Marak1-3/+17
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-4/+43
prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-2/+18
the default behavior of requiring all locale data. #125 #167
2015-05-10updated readme: sources and generated content #170Tomasz Ducin1-9/+4
2014-09-22[dist] Updated browser example. Moved browser example into new directory.Marak1-5/+5
2014-09-16[dist] Removed upper case Faker from last sources. Project is now renamed on ↵Marak1-1/+1
Github.
2014-09-13[dist] [refactor] Replace legacy build system with Gulp and Browserify. #61 ↵Marak1-0/+96
#85 #116