You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work on Pudl :) I was just trying it out and found 1 simple bug:
I set it up so that I have a src and a dist directory. I got the files to compile to the correct directories by changing config.js, but the only thing missing was that browserSync would serve from the root directory. I had to manually go into gulpfile.js and update the config with:
Hello,
Nice work on Pudl :) I was just trying it out and found 1 simple bug:
I set it up so that I have a
src
and adist
directory. I got the files to compile to the correct directories by changingconfig.js
, but the only thing missing was that browserSync would serve from the root directory. I had to manually go intogulpfile.js
and update the config with:I guess this could be easily fixed by adding an option to
config.js
to allow users to change theserve
directory.The text was updated successfully, but these errors were encountered: