css - How to manage SCSS when a project has launched -
i wondering how go managing .scss files when project has launched. example manage number of websites & use power of scss while building them.
however once project has launched if i'm required make small edit ftp minified .css file , tag few lines bottom... bad know!
then when comes larger change existing project .scss files rendered unless .css ahead of .scss therefore re-compiling .scss overwrite smaller chnages have taken place.
the way think go create _updates.scss file , tagging small updates file. take longer current ftp'd changes.
what recommend?
i'd suggest still using sass, seems waste not after you've used far building majority of styling. sounds less of sass vs css issue (once on live) more of poor workflow.
if seems slow editing once it's on live, consider improved workflow - use git version control (or similar), , possibly setup deployments, along grunt/gulp make sass watches , recompiling little easier once it's setup (sometimes it's idea extend functionality of these task runners lint , minify code). can stay date (using git), make required changes , can deploy compiled stylesheets. use simple workflow lot of projects, big , small , it's efficient. keeping efficient level of maintainability codebases essential think, , first place can improve workflow. (see above)
Comments
Post a Comment