Authentication almost done
Missing some styling and we are good to go on promised based authentication
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = function (grunt) {
|
||||
files: [{ dest: '<%= distdir %>/js', src : '*.js', expand: true, cwd: 'src/sample files/' }]
|
||||
},
|
||||
vs: {
|
||||
files: [{ dest: '<%= vsdir %>/assets', src : '**', expand: true, cwd: '<%= distdir %>' }]
|
||||
files: [{ dest: '<%= vsdir %>', src : '**', expand: true, cwd: '<%= distdir %>' }]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user