Description
[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)