Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Now powered by webpack! * Now supports Synthetic Default Imports! * Updated templates to utilize the Synthetic Default Imports! * Updated README! * Took out the experimental server mode. * Updated template packages: we don't need full node typings, only the CommonJS require method! * Normalize input CSS as index.scss, outputs as ipack.js and ipack.css! #10 * Add output JS and CSS file name options with extensions error guard. Resolve #10 * Added migration guide from 4 to 5 + tsconfig new template! * Fixed vue book. * Add VS 2015 TS extension and VS Code download link. * Screenshot update. * Refactored PrettyUnits methods. * Improved build process using a PowerShell script. * Refactored prettySeconds method. * Trimmed decimals away from prettyMilliseconds. * Use FAST inlined source map for development build! * Updated templates: axios now ships with generic methods! * Fixed Sass source map break / regression! * Simplified the human language interface. * Word: application --> app * Only log concat watch warning if actually doing it. * Updated screenshot. Published 5.0.0-beta4 * Developed tsconfig target-sensitive minification and experimental parallel build flag. * Added Node.js version 8 update nag. * Async template scaffold. * Improved Travis build matrix. * Windows builds downgrades npm 5 to 4 because buggy... * Add AppVeyor badge to README! * Make npm install instructions easier to understand. * Removed Vinyl. Crafted CSS compiler by hand! * Completed new JS Concat task with source maps support! * Changed -d wording back. * Restructured source map (sourceRoot: instapack://). * Removing output files' source maps before build. * GulpLog --> timedLog * Refactored the godly Compiler class into multiple Build Tool and Utilities classes. * True parallel build tasks using node child process fork instead of Undertaker. * Use clean EventHub build notification to kill forked process! * TypeScript 2.6.1 and Node.js 8.9.0 LTS were released!
- Loading branch information