-
```
The current system uses eval(this.exports) to export symbols from a closure.
This does not work correctly when a package is minimised using anything other
than packer.
A new packaging system is…
-
Ran across this comment inside of StateMachine.mjs:
```
static _getStateName(state) {
const name = state.name;
const index = name.indexOf('$');
if (index > 0) {
…
-
### Acceptance Criteria
- The packager will minify both framework and the developer's application code by default
- If the -d flag to enable debugging is specified, code will not be minified
- Add ano…
-
```
Styles within a minified (max-width: ) media query will be rendered by IE7 and
IE8 or IE9 in compatibility mode.
```
Original issue reported on code.google.com by `jsro...@gmail.com` on 17 Oct 2…
-
```
Styles within a minified (max-width: ) media query will be rendered by IE7 and
IE8 or IE9 in compatibility mode.
```
Original issue reported on code.google.com by `jsro...@gmail.com` on 17 Oct 2…
-
```
Styles within a minified (max-width: ) media query will be rendered by IE7 and
IE8 or IE9 in compatibility mode.
```
Original issue reported on code.google.com by `jsro...@gmail.com` on 17 Oct 2…
-
```
Styles within a minified (max-width: ) media query will be rendered by IE7 and
IE8 or IE9 in compatibility mode.
```
Original issue reported on code.google.com by `jsro...@gmail.com` on 17 Oct 2…
-
```
The current system uses eval(this.exports) to export symbols from a closure.
This does not work correctly when a package is minimised using anything other
than packer.
A new packaging system is…
-
```
The current system uses eval(this.exports) to export symbols from a closure.
This does not work correctly when a package is minimised using anything other
than packer.
A new packaging system is…
-
in 1.0.2 version, stacktrace.js non-minified version file is moved from dist folder to outside. There are projects that may be using a non-minified file to run the tests, doing minification them sel…