roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

browsersync script not using config array #66

Closed ollypittaway closed 7 years ago

ollypittaway commented 7 years ago

The browsersync script in package.json doesn't dynamically use the data which is in the Config array,

If the line is replaced with this:

browser-sync start --files $npm_package_config_theme'*, !'$npm_package_config_theme'/.scss, !.git/, '$npm_package_config_theme'/*' --no-open --proxy $npm_package_config_watchproxy",

Then it uses the pre defined variables to stop the user having to re-input the information.

roryashfordbentley commented 7 years ago

Can you submit a PR for this and I will merge it now I have tested it.