Git Product home page Git Product logo

Comments (4)

nareshbhatia avatar nareshbhatia commented on August 23, 2024

@vdest, I was able to reproduce this once but can't reproduce it any more. In my case, the browser was being reloaded, but the scss file was not being compiled. The dist directory had old compiled versions of css files which were not being overwritten. After I deleted the dist directly completely and re-ran build start everything started working correctly. Changing scss files is reloading the browser and showing changes correctly.

Can you please try completely cleaning the dist directory and trying this again?

from angular2-seed-sass.

Geoide avatar Geoide commented on August 23, 2024

For me, the problem appeared after the first npm run build.prod. I just deleted tmp directory inside dist. But I don't understand the real problem really.

from angular2-seed-sass.

nareshbhatia avatar nareshbhatia commented on August 23, 2024

Thanks @Geoide - that was the clue. The real cause
of the problem was that dist\tmp is being shared between dev and prod
builds. This directory was not being cleaned up during a dev build. So
if there were files sitting in dist\temp from the prod build, then
dev build did not like it. Fixed by cleaning up tmp directory during
dev builds.

from angular2-seed-sass.

vdest avatar vdest commented on August 23, 2024

Great! Works as expected now.

from angular2-seed-sass.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.