-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Grunt watch - doesn't see file changes #1619
Copy link
Copy link
Closed
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Metadata
Metadata
Assignees
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Type
Fields
Give feedbackNo fields configured for issues without a type.
[QUESTION]
I have node installed and have run 'npm install' but when trying to use grunt watch doesn't pick up on any of the changes i'm making.
I can successfully run 'grunt refresh' to recompile but watch does nothing.
it runs without error or warning and sites at a prompt:
Running "watch" task Waiting...If i then make a change in the less files e.g.
app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source/_module.less(simply trying to change option title color)No change is recognised and no recompile occurs. I'm running under OS X if that has any influence.
What am I missing (or not understanding)?
ALSO:
according to http://devdocs.magento.com/guides/v2.0/frontend-dev-guide/css-topics/css_debug.html
"grunt exec:
Republishes symlinks to the source files to the
pub/static/frontend/<Vendor>/<theme>/<locale> directory."All of my files are in pub/static/frontend/.. as copies not as symlinks (is this wrong)