Closed
Description
When rewriting or adding new javascript files work in them is way too slow. After each change I have to delete var and pub static folders and then run setup:static-content:deploy to see my changes in frontend. This results in a lot of time wasted for waiting when static content deployment finishes.
Steps to reproduce
- add new javascript file in custom theme folder or rewrite existing
- edit file and reload browser
Expected result
- Your changes should be visible right away when working with disabled cache and in development mode
Actual result
- magento serves previously generated file. to be able to see your changes you have to delete var and pub/static folders and perform full static content deployment which takes a lot of time compared to just reloading web browser.
This is a huge issue in development workflow by slowing down developers and making development process almost unusable. For me this process takes about 4 minutes, 4 minutes is way too long for 1 iteration in debuging, changing, adding content to javascript files.