html-template
html-template copied to clipboard
fix: default value of the singleFile is changed
Description In generator if we give the params as -p single=false eventually, it is converting into single = 'false' , that is changed into singleFile='false', so changing the default value from false to 'false' in package.json results in string and css and js files are generated
Fixes #744