foundationpress

lazy-result.js ReferenceError: Promise is not defined

[code lang="javascript"] node_modules/postcss/lib/lazy-result.js:157 this.processing = new Promise(function (resolve, reject) { ^ ReferenceError: Promise is not defined [/code] When I install the FoundationPress, after I run gulp build I saw this message, this is because the node version problem. the have mention in this post https://github.com/postcss/postcss-nested/issues/30 Solution [code lang="shell"] vim node_modules/postcss/lib/lazy-result.js [/code] Put this to the […]

lazy-result.js ReferenceError: Promise is not defined Read More »

exit code of #128 fatal: unable to connect to github.com

I follow the Quickstart guide from FoundationPress and it display this error [code lang="bash"] bower install && grunt build bower foundation# not-cached git://github.com/zurb/bower-foundation.git# bower foundation# resolve git://github.com/zurb/bower-foundation.git# bower fontawesome#~4.3.0 not-cached git://github.com/FortAwesome/Font-Awesome.git#~4.3.0 bower fontawesome#~4.3.0 resolve git://github.com/FortAwesome/Font-Awesome.git#~4.3.0 bower fontawesome#~4.3.0 ECMDERR Failed to execute "git ls-remote –tags –heads git://github.com/FortAwesome/Font-Awesome.git", exit code of #128 fatal: unable to connect to

exit code of #128 fatal: unable to connect to github.com Read More »