Authentication almost done

Missing some styling and we are good to go on promised based
authentication
This commit is contained in:
Per Ploug
2013-06-28 15:49:28 +02:00
parent 86a330ae8e
commit ad766a2544
12 changed files with 108 additions and 48 deletions

View File

@@ -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 %>' }]
}
},