You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix source map decoding for babel compiler output
Babel compiler source mapping url contains `charset=utf-8;` before `base64,` part
* Update babel compiler arguments to work with Node 6
Breaking changes to `path` between Node 5 and 6: https://github.com/nodejs/node/wiki/Breaking-changes-between-v5-and-v6#path
* Update Node to 6.10.3 (32 bit)
* Fix wrong paths in scss source maps
Also fixes issue with node-sass on Node 6 (breaking changes to `path` module)
* Add autoprefix support to scss compiler
* Update appveyor image to Visual Studio 2017
* Clean up after minify tests
0 commit comments