David
David
# Problem Ignoring git folder from syncing is wrong as many application may rely on git info like commit hash for versioning and stuff. # Solution Remove line: https://github.com/cweagans/docker-bg-sync/blob/master/sync.sh#L159 #...
This makes impossible to use `sass.options.check=true` if project uses compass. If any of sass files will include like `@import "compass/css3"` it will fail with `File to import not found or...
A little time saver for those who are migrating their Symfony v4 projects to a newer versions
There is forgotten URL parser part in JS remove button action preventing this button to work. See quickfix: https://gist.github.com/piscisLT/5527911d2167ac00d6a3 (better idea to create a function for URL parser)