UNPKG

deployment-tools

Version:

A Node.js scripts that helps you to compile and deploy the static assets (CSS/JavaScript/images) of your website without gulp and grunt using Node.js and npm scripts

77 lines (52 loc) 5.58 kB
<a name="1.2.14"></a> ## [1.2.14](https://github.com/killanaca/deployment-tools/compare/v1.2.13...v1.2.14) (2016-09-15) ### Bug Fixes * **build:** fix regex to select bundled files. ([8936035](https://github.com/killanaca/deployment-tools/commit/8936035)) * **build:** pass name of file, not the directory to js (same fix of css) ([d92ebe1](https://github.com/killanaca/deployment-tools/commit/d92ebe1)) * **build:** pass the name of the file to regex and not the directory. ([33da399](https://github.com/killanaca/deployment-tools/commit/33da399)) * **build:** use right path for css cdn. ([c4fa2d2](https://github.com/killanaca/deployment-tools/commit/c4fa2d2)) * **build:** wrong save of css path. ([005a348](https://github.com/killanaca/deployment-tools/commit/005a348)) * **c:** fixed an issue with image url inside less files regarding to cdn ([f5cef3d](https://github.com/killanaca/deployment-tools/commit/f5cef3d)) * **core:** issue with relative path ([42f7151](https://github.com/killanaca/deployment-tools/commit/42f7151)) * **css:** adjust image urls inside css for CDN ([2ad3bb6](https://github.com/killanaca/deployment-tools/commit/2ad3bb6)) * **image:** process svg image ([92ff42b](https://github.com/killanaca/deployment-tools/commit/92ff42b)) * **less:** enable minify on build not in watch mode ([782da5a](https://github.com/killanaca/deployment-tools/commit/782da5a)) * **less:** fixed an issue with image relative path ([8933ba1](https://github.com/killanaca/deployment-tools/commit/8933ba1)) * **less:** fixed an issue with image url inside less ([15484d5](https://github.com/killanaca/deployment-tools/commit/15484d5)) * **less:** preserve css folder (no clean) if preserveBuildPathCss equals true ([ac47649](https://github.com/killanaca/deployment-tools/commit/ac47649)) * **lib:** added missing modernizr-webpack-plugin ([118de29](https://github.com/killanaca/deployment-tools/commit/118de29)) * **upload:** fixed an issue with the path of files on Azure Storage ([0c9ae2b](https://github.com/killanaca/deployment-tools/commit/0c9ae2b)) * **webconfig:** make css settings opt-in ([6affbe4](https://github.com/killanaca/deployment-tools/commit/6affbe4)) * **webpack:** fix an issue with webpack manifest file and multiple entries ([03bcd98](https://github.com/killanaca/deployment-tools/commit/03bcd98)) * **webpackserv:** fixed an issue with webpack in dev mode ([d20df8f](https://github.com/killanaca/deployment-tools/commit/d20df8f)) ### Features * **core:** add travis configuration file, measuring on postcss plugins ([6e3c4d2](https://github.com/killanaca/deployment-tools/commit/6e3c4d2)) * **core:** added imagemin task ([04fff98](https://github.com/killanaca/deployment-tools/commit/04fff98)) * **core:** added lint features to css task, some refactoring ([56185bb](https://github.com/killanaca/deployment-tools/commit/56185bb)) * **core:** first commit ([a5612b8](https://github.com/killanaca/deployment-tools/commit/a5612b8)) * **core:** make customizable webpack dev server option ([fedd02b](https://github.com/killanaca/deployment-tools/commit/fedd02b)) * **js:** added long term caching ([995618c](https://github.com/killanaca/deployment-tools/commit/995618c)) * **postinstall:** add postinstall code ([33c1b3a](https://github.com/killanaca/deployment-tools/commit/33c1b3a)) <a name="1.2.0"></a> # [1.2.0](https://github.com/killanaca/deployment-tools/compare/v1.1.0...v1.2.0) (2016-06-28) ### Bug Fixes * **c:** fixed an issue with image url inside less files regarding to cdn ([f5cef3d](https://github.com/killanaca/deployment-tools/commit/f5cef3d)) * **css:** adjust image urls inside css for CDN ([2ad3bb6](https://github.com/killanaca/deployment-tools/commit/2ad3bb6)) * **image:** process svg image ([92ff42b](https://github.com/killanaca/deployment-tools/commit/92ff42b)) * **less:** enable minify on build not in watch mode ([782da5a](https://github.com/killanaca/deployment-tools/commit/782da5a)) * **less:** fixed an issue with image relative path ([8933ba1](https://github.com/killanaca/deployment-tools/commit/8933ba1)) * **less:** fixed an issue with image url inside less ([15484d5](https://github.com/killanaca/deployment-tools/commit/15484d5)) * **less:** preserve css folder (no clean) if preserveBuildPathCss equals true ([ac47649](https://github.com/killanaca/deployment-tools/commit/ac47649)) * **lib:** added missing modernizr-webpack-plugin ([118de29](https://github.com/killanaca/deployment-tools/commit/118de29)) * **upload:** fixed an issue with the path of files on Azure Storage ([0c9ae2b](https://github.com/killanaca/deployment-tools/commit/0c9ae2b)) * **webpackserv:** fixed an issue with webpack in dev mode ([d20df8f](https://github.com/killanaca/deployment-tools/commit/d20df8f)) ### Features * **core:** added imagemin task ([04fff98](https://github.com/killanaca/deployment-tools/commit/04fff98)) * **core:** added lint features to css task, some refactoring ([56185bb](https://github.com/killanaca/deployment-tools/commit/56185bb)) * **core:** first commit ([a5612b8](https://github.com/killanaca/deployment-tools/commit/a5612b8)) * **js:** added long term caching ([995618c](https://github.com/killanaca/deployment-tools/commit/995618c)) * **postinstall:** add postinstall code ([33c1b3a](https://github.com/killanaca/deployment-tools/commit/33c1b3a)) <a name="1.0.0"></a> # 1.0.0 (2016-06-06) ### Features * **core:** first commit ([a5612b8](https://github.com/killanaca/deploy-tools/commit/a5612b8))