All notable changes to this project will be documented in this file.
- #7 - The logic around the
emptyFolder()method could be problematic in some cases, so it was removed entirely.
- Method
emptyFolder()was deprecated. - Methods
deployJs()anddeployCss()were deprecated in favor ofdeployFiles(). - Methods
autoDeployCheckJs(),autoDeployCheckCss()andautoDeployCheck()were deprecated in favor ofautoDeployCheckFile().
- New config variables
$dirMinJsand$dirMinCssthat allow to specify separate directories for minified assets - by @daycry
- New config variable
$autoDeployOnChangethat specifies if we want to make a deploy automatically whenever any change happens to our assets files. Thanks to @paul45 for inspiration.
- New config variable
$returnTypethat specifies if we want to gethtml(default),jsonor phparrayas a result when we load a file to display. - New optional config variables
$baseJsUrland$baseCssUrlto handle serving assets from separate domains.
- Use spaces instead of tabs.
- Updates in README file.
- Fix wrong message name for
noVersioningFileby @paul45 - Fix the way
versions.jsonfile is set.
- Initial release