Skip to content

Releases: oro-oss/houl

v0.1.4

22 Mar 00:44
Compare
Choose a tag to compare

Improvements

  • Resolve dependencies of watched files #7
  • Should not match ancestor path of input directory for exclude #9

v0.1.3

21 Mar 02:08
Compare
Choose a tag to compare

New

  • Allow to specify dev server's port number with --port (-p) option (#6).

Fixed

  • Fix an incorrect extname transformation timing (#5).

v0.1.2

05 Mar 11:41
Compare
Choose a tag to compare

New

  • Add --production flag for houl build command. It is just an alias of NODE_ENV=production.

    $ houl build --production
  • Add exclude option in the config file. You can ignore some special files in the input directory.

    {
      "input": "src",
      "output": "dist",
      "exclude": "**/_*"
    }

Fixed

  • Fix dev and prod helpers throw some errors if they are used in several times.

v0.1.1

04 Mar 17:08
Compare
Choose a tag to compare

Fix

  • Fix incorrect dependencies.

v0.1.0

04 Mar 16:37
Compare
Choose a tag to compare

Initial release 🎉