Comparing version 4.1.0 to 4.1.1
# Changelog | ||
**4.1.1** - Feb 24, 2016 | ||
* only include global js helpers for root targets | ||
**4.1.0** - Feb 23, 2016 | ||
* force `process.env.RUNTIME` equal to `"browser"` | ||
* .js dead code removal with two pass compression routine (one before parsing, one before writing). Requires v2.7.0+ of [buddy-plugin-uglify](https://www.npmjs.org/package/buddy-plugin-uglify) | ||
* js dead code removal with two pass compression routine (one before parsing, one before writing). Requires v2.7.0+ of [buddy-plugin-uglify](https://www.npmjs.org/package/buddy-plugin-uglify) | ||
@@ -7,0 +10,0 @@ **4.0.1-5** - Feb 23, 2016 |
@@ -299,3 +299,3 @@ 'use strict'; | ||
includeHeader: this.modular, | ||
includeHelpers: this.modular, | ||
includeHelpers: !this.hasParent && this.modular, | ||
watching | ||
@@ -302,0 +302,0 @@ }; |
{ | ||
"name": "buddy", | ||
"description": "A fast, simple build tool for web projects.", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "popeindustries <alex@pope-industries.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -25,2 +25,3 @@ [![NPM Version](https://img.shields.io/npm/v/buddy.svg?style=flat)](https://npmjs.org/package/buddy) | ||
- Supports compression of __image__ assets | ||
- Inlines environment variables (`process.env.FOO`) | ||
@@ -27,0 +28,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115709
473