-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grunt watch not working as expected in centos 7 #69
Comments
It's odd as when I run Seems to be a problem with the script in |
ok, when I add this to the end of the provisioners, grunt watch works as expected: config.vm.provision :shell, inline: "nohup grunt --base /var/www/html --gruntfile /var/www/html/Gruntfile.js watch \
> /dev/null 2> /dev/null < /dev/null &", run: "always" So, unless we have any better ideas, I'm thinking of moving the script into a |
bump @willmorgan |
If I understand correctly, you want SASS to run all the time, on the VM itself? |
My entire aim with using vagrant is to have a complete ready to go dev environment without needing to install anything on a host apart from the software required to run the VM. Installing sass on the host defeats my entire aim of having self-containted and self-provisioned environments to pass along to any developer. |
I think that grunt is now working as expected now - but I haven't been hands on recently to be certain |
Although I agree with having a complete package, I still feel a bit unsettled about running everything in the VM. |
Well, sure... but if your project set up dictates it's required, then there's no choice on the individual choice. I don't see this as an individuals approach to working on a project; it's a holistic approach where the entire team would be developing on a VM. So any software would only be installed on the VM if the project needed it. Further, this project is to support SilverStripe developers and their contributions to the OSS project, some contributions require SASS for that and installing it automatically on the VM lowers the barrier to entry for contributors. |
The sass builder seems to be very intermittent at the moment - I can't get to the bottom of it at all. :(
The text was updated successfully, but these errors were encountered: