diff --git a/gulpfile.js b/gulpfile.js index 627f425..a638c89 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,13 @@ +/** + * scrum-board + * + * @category scrum-board + * @author Vaibhav Mehta + * @copyright Copyright (c) 2016 Vaibhav Mehta + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 1.0 Beta + */ + var gulp = require('gulp'), browserSync = require('browser-sync'), sass = require('gulp-sass'), diff --git a/index.html b/index.html index 1e4b97c..2d60847 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@