vkadam / grunt-jsbeautifier

Beautify js, css, html and json files using Grunt and https://github.com/einars/js-beautify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expandFiles with grunt 0.4.0

kaptinlin opened this issue · comments

Hi there,

There is a small issue when use it with grunt 0.4.0rc7.

Since grunt change the api from grunt.file.expandFiles to grunt.file.expand when upgrade 0.3 to 0.4

https://github.com/gruntjs/grunt/wiki/Upgrading-from-0.3-to-0.4

in grunt-jsbeautifier/tasks/jsbeautifier.js file, line 28 we will find it.

After updated, everything works fine.

Regards,
KaptinLin

Will do change on new branch for grunt 0.4

Upgraded master branch to grunt ~0.4.0