Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-17 Thread Dave Page
Thanks, applied with tweaks to the README and removal of yarn.lock - the server uses npm instead of yarn, because of various packaging issues/conflicts with hosting maintenance policy. On Fri, Jul 14, 2017 at 3:38 PM, Sarah McAlear wrote: > Hello Hackers, > > We regenerated the add-readme.diff t

Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-14 Thread Sarah McAlear
Hello Hackers, We regenerated the add-readme.diff to include additions to .gitignore to ignore the compiled python files and the compiled CSS files and we added to yarn.lock file. Thanks, Joao & Sarah On Fri, Jul 14, 2017 at 10:24 AM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wro

Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-14 Thread Joao De Almeida Pereira
Hello Dave, Instead of using the current library we found another one that compiles the SCSS when the application starts. We recreated the patches we sent before. Thanks Joao & Sarah On Fri, Jul 14, 2017 at 5:42 AM, Dave Page wrote: > > > On Wed, Jul 12, 2017 at 9:27 PM, George Gelashvili > wr

Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-14 Thread Dave Page
On Wed, Jul 12, 2017 at 9:27 PM, George Gelashvili wrote: > Hi Dave, > > >> Hmm, seems like the dependencies are broken. Adding them throws me down >> what seems like a rabbit hole of manual installation, starting with: >> >> (pgaweb) piranha:pgaweb dpage$ pip install -r requirements.txt >> Requi

Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-12 Thread George Gelashvili
Hi Dave, > Hmm, seems like the dependencies are broken. Adding them throws me down > what seems like a rabbit hole of manual installation, starting with: > > (pgaweb) piranha:pgaweb dpage$ pip install -r requirements.txt > Requirement already satisfied: Django==1.8.18 in /Users/dpage/.virtualenvs

Re: [pgadmin-hackers][pgaweb][patch] Website patch to add SCSS

2017-07-11 Thread Dave Page
Hi On Mon, Jul 10, 2017 at 7:16 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hi Hackers, > > In this email you will be able to find the first patches to start the > migration of the Styleguide from http://pgadmin4-styleguide.cfapps.io/ to > the pgadmin.org webpage. > > The