Closed helphop closed 2 years ago
Hi there, sorry about the issue. We just pushed an updated version of the gulp starter template that should fix the problem: https://github.com/CodyHouse/codyframe-gulp-starter-template
You can use the updated 'sass' task: https://github.com/CodyHouse/codyframe-gulp-starter-template/blob/main/gulpfile.js
I'm closing this issue. If you are still having problems, feel free to reopen it. Thanks!
Hey thanks for the quick fix.
Works beautifully. You are awesome.
Best,
Mitchell Gould
On January 26, 2022, Nathan Jones @.***> wrote:
Hi there, sorry about the issue. We just pushed an updated version of the gulp starter template that should fix the problem: https://github.com/CodyHouse/codyframe-gulp-starter-template
You can use the updated 'sass' task: https://github.com/CodyHouse/codyframe-gulp-starter- template/blob/main/gulpfile.js
I'm closing this issue. If you are still having problems, feel free to reopen it. Thanks!
— Reply to this email directly, view it on GitHub https://github.com/CodyHouse/codyhouse- framework/issues/115#issuecomment-1021932766, or unsubscribe https://github.com/notifications/unsubscribe- auth/AAFY24ZW5JVMTDYLWJVONBTUX6OPTANCNFSM5MWJTUBA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification- email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification- email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>
I have loaded the CodyHouse framework from npm.
I have not made any changes to the gulp file.
I use VS code as my text/code editor VERSION 1.63.2
I am using Firefox 96.02
I have added a component under the components folder in my application. I can see that any changes I make to the scss are being detected by Gulp. I can manually reload the webpage and the changes I have made in the scss files are reflected.
However, I have to manually reload the browser, it is not getting the signal to reload from the application for some reason.
Here is the output from the terminal after starting the gulp sever using npm run gulp watch:
Any assistance to get live reloading working very much appreciated.