igalarza / dhtmlx-e6

Ecmascript 2015 Wrapper for dhtmlx library
GNU General Public License v3.0
0 stars 0 forks source link

Fail to compile (gulp build) #1

Closed namibian15 closed 6 years ago

namibian15 commented 6 years ago

Hi, I just cloned you project. Thanks for making it available. However, I am getting an error when trying to compile with "gulp build". gulp-issue for dhtml-es6-master

I am using node version 6.11.5, npm version 3.10.10, gulp-cli version 1.4.0 and gulp local version 3.9.1

Thanks!

igalarza commented 6 years ago

Hi! The project was created with an older version of rollup, they changed some configuration parameters that broke backwards compatibility.

I've just fixed it and commited the changes, let me know if it works now.

You're welcome!

namibian15 commented 6 years ago

Awesome! Thanks for the quick response. It is working smoothly and I am able to test out DHTMLX Grid functionality.

igalarza commented 6 years ago

Seems to be working! Fixed in commit #6a4c0f5

Thanks for your contribution.