Skip to content

Tags: Anuragpatel10/baked.js

Tags

0.3.0

Toggle 0.3.0's commit message
Bump to 0.3.0

v0.2.1

Toggle v0.2.1's commit message
Bump to 0.2.1

v0.2.0

Toggle v0.2.0's commit message
- It is now possible to ignore some file/directories

  + Globbing is accepted (e.g. “`.*~`”)
  + The destination directory is automatically ignored if in the source directory
    * It is now possible to call `baked --src . --dst build` with infinite loop
- The default source directory of the `baked` command is now the current directory
  + A baked website can now be generated using only `baked` without options

- The default directories are changed
  + The `baked` command now uses the current directory as source directory
  + The Gulp file still uses `to_generate` and `generated` by default
    * The projects using baked's `gulp.js` file should not be impacted

0.1.1

Toggle 0.1.1's commit message
Bump to 0.1.1

0.1.0

Toggle 0.1.0's commit message
Bump to 0.1.0

0.0.8

Toggle 0.0.8's commit message

0.0.7

Toggle 0.0.7's commit message

0.0.6

Toggle 0.0.6's commit message
### Feature

- Templates can now include Javascript files using `require`
  - Theses files are evaluated inside the template context
  - They are cached (but it's possible to bypass the cache)
- Added `clean` task
- Fixed a bug which may block generation

0.0.5

Toggle 0.0.5's commit message
Merge branch 'next'

* next:
  Handle bad-token errors
  Update readme & changelog
  example: Move signin/change/signup part into footer
  Put back OAuth2 login
  Handle partial
  browser: Stop creating embedded function for notifyRendered
  Update gulp to 3.7.0
  Improve conflict finder
  Preserve line numbers
  server: Put script tag at a better place
  browser: Remove unused parameter
  Use (again) EJS to template
  Fix url_to returned URLs
  Fix: Be sure to create directory before to write files
  Stop using jsdom

0.0.4

Toggle 0.0.4's commit message