alanshaw / grunt-include-replace

Grunt task to include files and replace variables. Allows for parameterised includes.
MIT License
200 stars 45 forks source link

a space before comma make difference #72

Open muhawo opened 8 years ago

muhawo commented 8 years ago

@@include('../tpl/lklst_m-7.tpl' , {"name": "北京"}) // space exists before comma ,not work @@include('../tpl/lklst_m-7.tpl', {"name": "北京"}) //delete spaces , work correctlly