-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
styles compilation for 60sec #343
Comments
build approax 10 minutes |
That's pretty awkward. Are you using the provided package.json scripts (i.e. NPM build command in CI environment takes ~45 seconds (https://travis-ci.org/manusa/isotope-mail/jobs/622218689#L597) A global style change (such as changing one of the theme colors) takes < 14 seconds in my old home laptop... Please provide more details, and also make sure you don't have an active antivirus scanning your project directory file changes (will drain performance of any npm project -> thousands of files to analyze) |
yes, i use "start" |
what i should to do? |
i need fast recompile on the fly |
and approax 60 deps in package.json |
because only styles changed, not recompile project fully |
Today i tried to compile client with hot-reload module. JS change take about 3s-5s for apply, but styles recompile project fully... What i should to do in this situation? Or this okay?
The text was updated successfully, but these errors were encountered: