create-elm-app

🍃 Create Elm apps with zero configuration

MIT License

Downloads
922
Stars
1.7K
Committers
75

Bot releases are hidden (Show)

create-elm-app - v0.8.2

Published by halfzebra over 7 years ago

<a name"0.8.2">

0.8.2 (2017-06-07)

Bug Fixes

  • Fixed displayed project name in start script stdout (c8d0aea2)
create-elm-app - v0.8.1

Published by halfzebra over 7 years ago

<a name"0.8.1">

0.8.1 (2017-05-28)

Bug Fixes

  • config: Disable watching content base and add missing dependency (7d98d2ac)
create-elm-app - v0.8.0

Published by halfzebra over 7 years ago

<a name"0.8.0">

0.8.0 (2017-05-28)

Features

  • scripts: Improved the start script (ce791774, closes #36)
create-elm-app - v0.7.1

Published by halfzebra over 7 years ago

<a name"0.7.1">

0.7.1 (2017-05-27)

Bug Fixes

  • $config: Fixed the configuration of babel presets (22de0da4, closes #131)
create-elm-app - v0.7.0

Published by halfzebra over 7 years ago

<a name"0.7.0">

0.7.0 (2017-05-24)

Features

create-elm-app - v0.6.3

Published by halfzebra over 7 years ago

<a name"0.6.3">

0.6.3 (2017-05-01)

Bug Fixes

  • $config: Another fix for the path config 😴 (7bc5a218)
create-elm-app - v0.6.2

Published by halfzebra over 7 years ago

<a name"0.6.2">

0.6.2 (2017-05-01)

Bug Fixes

  • $config: Fixed the check for the global installation with yarn (df0ae91b)
create-elm-app - v0.6.1

Published by halfzebra over 7 years ago

<a name"0.6.1">

0.6.1 (2017-05-01)

Bug Fixes

  • $config:
    • Fixed a typo in configuration (48e8d023)
    • Fixed the problem with global yarn installation (b33b4447, closes #102)
create-elm-app - v0.6.0

Published by halfzebra over 7 years ago

<a name"0.6.0">

0.6.0 (2017-04-14)

Features

  • config: Added NamedModules plugin for better dev experience (ebed202a)
create-elm-app - v0.5.1

Published by halfzebra over 7 years ago

<a name"0.5.1">

0.5.1 (2017-04-14)

Bug Fixes

  • index.js: Fix running application. (fb6ae278, closes #114)
create-elm-app - v0.5.0

Published by halfzebra over 7 years ago

<a name"0.5.0">

0.5.0 (2017-04-13)

Bug Fixes

  • dependencies: Remove the bluebird from the dependencies and upgrade everything (46a94253)

Features

  • Enable CSS minification for the build: Now elm-app build will produce minified CSS output (ad3596c7)
  • config: Disable the output about the removal of the dist folder (24b72912)
create-elm-app - v0.4.2

Published by halfzebra over 7 years ago

<a name"0.4.2">

0.4.2 (2017-04-13)

Bug Fixes

  • config: Configured elm-webpack-loader to watch other modules in the src (17575c9d)
create-elm-app - v0.4.1

Published by halfzebra over 7 years ago

<a name"0.4.1">

0.4.1 (2017-04-13)

Bug Fixes

  • config: Exclude elm files from being processed by url-loader (a5bf56c0)
create-elm-app - v0.4.0

Published by halfzebra over 7 years ago

<a name"0.4.0">

0.4.0 (2017-04-04)

Features

  • $webpack-config: Added an option to specify the publicPath using environment valiable SERVED_P (f0ee2836)
create-elm-app - v0.3.2

Published by halfzebra over 7 years ago

<a name"0.3.2">

0.3.2 (2017-02-28)

Bug Fixes

  • cli: Fix crash in elm-app installed with yarn (3e43110d)
create-elm-app - v0.3.1

Published by halfzebra over 7 years ago

<a name"0.3.1">

0.3.1 (2017-02-07)

Bug Fixes

  • cli: Fix crash when installed via yarn (931ad9e2, closes #90)
create-elm-app - v0.3.0

Published by halfzebra almost 8 years ago

<a name"0.3.0">

0.3.0 (2017-01-15)

Features

  • build: Added webpack assets plugin for production build (07e3d025)
create-elm-app - v0.2.4

Published by halfzebra almost 8 years ago

<a name"0.2.4">

0.2.4 (2017-01-05)

Bug Fixes

  • Add leading slash to production asset references in index.html (8b775c3d)
create-elm-app - v0.2.3

Published by halfzebra almost 8 years ago

<a name"0.2.3">

0.2.3 (2016-12-25)

Bug Fixes

  • scripts: Fix process.env variable passing (b46321d2, closes #87)
create-elm-app - v0.2.2

Published by halfzebra almost 8 years ago

<a name"0.2.2">

0.2.2 (2016-12-21)

Bug Fixes

  • hmr: Rollback to old loaders to fix hmr (57d365ad)