ucla / logon

self-service identity management prototype. not always up to date viewable build:
http://ucla.github.io/logon/
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Updates from ActiveLAMP #19

Closed bezhermoso closed 7 years ago

bezhermoso commented 7 years ago
  1. .alert-text

    This is currently being used to color a header in the U2F screen pink; will post a screenshot of that in a bit. If I should be using a different class, let me know.

  2. Bring back --dest support to override where Gulp sends the compiled assets.

    We need this for our Docker development environment. Another change is that we only let rimraf to delete only the contents of the destination folder and not the folder itself -- in Docker this folder is something we can't delete.

  3. EXPOSE 8000 in Docker image

    Another requirement in our dev build :)

  4. Pass --no_uncss during Docker build.

bezhermoso commented 7 years ago

screen shot 2017-01-13 at 3 52 03 pm

bezhermoso commented 7 years ago

More updates:

  1. npm run deploy-build: meant for deploy builds
  2. Moved spin.js as runtime dependency
  3. Added some breakpoints to .get-help margin so that it's not hidden behind the sticky nav on mobile.