Skip to content

Commit

Permalink
new newmimosa
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Jan 21, 2015
1 parent f802b1b commit 311d365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ As updates to external modules are listed here, know that you can use them right
* [mimosa-minify-js](https://github.com/dbashford/mimosa-minify-js) will now find any embedded inline base64 encoded source maps and use them as input to minification so that you can have multi-stage source maps. This allows source maps to go from minified js back to JavaScript and back to whatever your code may have been before it was JavaScript, like CoffeeScript or es6 flavored JavaScript.
* [newmimosa](https://github.com/dbashford/newmimosa). `mimosa new` now delivers the latest of all its assets. This includes a big update to Hapi `0.8.1` as well as some fixes for nunjucks apps.
* [newmimosa](https://github.com/dbashford/newmimosa). `mimosa new` no longer makes recommendations. It also no longer supports the `--defaults/-d` flag.
* [newmimosa](https://github.com/dbashford/newmimosa). Cleaned up some bad boilerplate code and incorporated Twig templates.

### Minor Changes
* [mimosa-minify-css](https://github.com/dbashford/mimosa-minify-css) has been updated to the latest version of [clean-css](https://github.com/jakubpawlowicz/clean-css)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"mimosa-minify-js": "2.0.0",
"mimosa-require": "2.3.3",
"mimosa-server": "1.6.1",
"newmimosa": "2.0.0",
"newmimosa": "2.0.1",
"request": "2.33.0",
"skelmimosa": "1.2.0",
"validatemimosa": "1.3.5",
Expand Down

0 comments on commit 311d365

Please sign in to comment.