Joseph Olstad
Joseph Olstad
@haythamdouaihy , @laurahk has a better solution, update the grunt-bower-task to 0.4.0 in the package.json this works on Ubuntu 16.04.4 with npm and nodejs installed through package manager.
@mgol might as well wait for 1.14.0 . with that said, IE8 is basically kaput for all intents and purposes. The only people running it would be those not connected...
I signed all the approvals now
Some colleagues are using brew ( I use Ubuntu mostly ) Here's the easy solution for Macintosh brewers that need an upgraded version of **gpatch/patch** to allow advanced patch capabilities...
@cweagans > Let's just close this. #447 has explicit support and detection for different versions of patch. The behavior in 2.x is going to be pretty different: the goal is...
before patch version: `patch --version;` output might look something like `2.0-12u11-Apple` this version is unable to move files To fix MacintApple brew environments use the following commands: ``` brew install...
cweagans, yes that is likely true that git apply could be a better cross platform option but I'm not sure how to make git behave like patch , where patch...
@cweagans no I don't have that entry I have this instead: ``` "config": { "allow-plugins": { "composer/installers": true, "cweagans/composer-patches": true, "oomphinc/composer-installers-extender": true, "drupal/console-extend-plugin": true, "drupal/core-composer-scaffold": true, "dealerdirect/phpcodesniffer-composer-installer": true } }...
ok I'll add that config option and try it out. We're using cweagans version 1.x ``` "config": { "preferred-install": "source" }, ```