Luuk Peters

Results 14 comments of Luuk Peters

Thanks for the reply! The changes were all part of the same configuration, I fortunately don't have that many configurations :) But to come back to my original question: when...

@KunalTanwar I simply installed sass via npm: npm install sass --save-dev So it's the javascript version. Also running this script: sass build/sass/*.scss -w wwwroot/public/css/ gives an error: Error reading build\*.scss:...

For the completeness, this is the file structure: ![afbeelding](https://user-images.githubusercontent.com/9865589/163947979-8241108e-b553-4378-b889-5ebef80dd27e.png) And this is the complete packages.json: { "scripts": { "build-sass": "sass build/sass:wwwroot/public/css", "postbuild-sass": "postcss wwwroot/public/css/*.css -u autoprefixer", "build-production-sass": "sass build/sass:wwwroot/public/css", "postbuild-production-sass":...

Hi @KunalTanwar, thanks for the effort to reply :) Let me address your remarks: * Yes you can supply a file name, but it's not required because you can [also...

> On the latter (#9303) it seems some work had begun towards hashing out an acceptable solution (perhaps the only solution) which would clear out the template for individual content...

I'm not sure if this is related, but I think it's also a 'refresh' issue potentially (Umbraco 13.3.0): I have a simple dyamic root: ![image](https://github.com/umbraco/Umbraco-CMS/assets/9865589/6a5793fb-83c4-4013-a717-fe58d03f4f35) When I create a new...

Good improvements, I think we should discuss if we want to use translations in examples without additional context.

I see that it didn't pass certain validation, so I need to rephrase some things, but I'll wait for any feedback so I can do that at the same time.

All comments have been processed and thank you @mikecp for checking my PR! It's off to HQ now.

I'm running into the same issues here as well and for me this is a very VERY serious issue. I have a package that has a migration that adds an...