We are using grunt.js as a build tool.
On one of our development machines (MacOS Mountain Lion), grunt is running but does not seem to create any files and directories.
Another thing which was different on that specific machine is that when we used the NPM to install some plugins for grunt we had to use sudo npm
, otherwise we had permission errors.
We've checked the permissions on the parent directory and tried different things - nothing seemed to work. NodeJs still does not create any files or directories.
Any ideas?
UPDATE:
Apparently the html-compressor grunt plugin requires grunt 1.4 as a dependency.