Sumanth Chinthagunta

Results 139 comments of Sumanth Chinthagunta

I am using https://github.com/yeoman/generator-gulp-webapp generated project with Bourbon to manage my project SASS files, no Compass runtime. Wish if you could support Compass free SASS so that we can build...

As a workaround, 1. I added `compass-mixins` to my project `bower.json` file, 2. updated `spinner/_base.scss` with `@import "../../../compass-mixins/lib/compass/css3";` 3. Added `_function.scss` to my main.scss to fix [this](http://stackoverflow.com/questions/11649016/compact-function-in-bourbon-with-sass-not-called) Wish to see...

I have same issue. `Dockerize` could be great use for `OpenShift` users if it can check files has permissions before trying to `chmod`. we have files already have 777, but...

Created fork and build files are available @ https://github.com/xmlking/dockerize/releases Here is how I am using: `xmlking/openshift-nginx:1.13.9-alpine` is based on `nginx:1.13.9-alpine` with `dockerize` ```Dockerfile FROM nginx:1.13.9-alpine LABEL maintainer="NGINX for non-root platform:...

No solution yet. Still researching ....

Please see the Plunker code: working http://embed.plnkr.co/3DuBmR35SeiFKcHlbXWG/preview not working http://embed.plnkr.co/bYfuTX0nf1jQpzuA5cHv/preview 1. when using with statically added translations --> working 2. when using with statically added translations + growlProvider.serverMessagesInterceptor --> working...