javascript - How to check the css change without firing command each time -
i working on symfony framework first time. , web site highly depend on css , javascript , jquery. need fire command each time test small css change also.
app/console server:stop 0.0.0.0:8000 app/console cache:clear app/console assets:install app/console assetic:dump app/console server:start 0.0.0.0:8000
is there other solution test css without having command each time. please let me know. in advance
try disabling assets , cache. think involve framework core changes. can write bat (if on windows) file these commands single file run.
Comments
Post a Comment