Skip to content

Commit

Permalink
Merge 05d152e into f09f777
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jan 10, 2019
2 parents f09f777 + 05d152e commit 5bc24b9
Show file tree
Hide file tree
Showing 8 changed files with 4,661 additions and 2,268 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "6"
- "8"

addons:
- chrome: stable
Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var sass = require('node-sass');

module.exports = function (grunt) {

// Configurable paths
Expand Down Expand Up @@ -184,6 +186,7 @@ module.exports = function (grunt) {

sass: {
options: {
implementation: sass,
sourceMap: false
},
dist: {
Expand Down
2 changes: 1 addition & 1 deletion app/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app.config(function ($routeProvider) {
}).
when('/management/:tab', {
templateUrl: 'views/management.html',
access: ["ROLE_ADMIN", "ROLE_MANGER"]
access: ["ROLE_ADMIN", "ROLE_MANAGER"]
}).
when('/home', {
redirectTo: '/'
Expand Down
Loading

0 comments on commit 5bc24b9

Please sign in to comment.