# January 13, 2020

# E put Lupe up on Digital Ocean, login seems to be working

Still want to look into this snippet.

export default function ({ $axios, redirect }) {
  $axios.onRequest(config => {
    console.log('Making request to ' + config.url)
  })

  $axios.onError(error => {
    const code = parseInt(error.response && error.response.status)
    if (code === 400) {
      redirect('/400')
    }
  })
}
1
2
3
4
5
6
7
8
9
10
11
12

# NES FERC Page updates

  • awful and confusing scss work here
  • also, issue with cache busters and gulp not updating modified dates on files

# PG GTM Meeting

  • Showing G how to navigate to Umbraco

# Lupe, grid toggle work

# Nevermind, PGP.

# Lupe, grid toggle. Moved grid vs list to Vuex.

# NES FERC, adding assets

Last Updated: 1/18/2020, 12:53:51 AM