Skip to content

Commit

Permalink
Added deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 30, 2015
1 parent 0b176c5 commit 3399483
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
6 changes: 6 additions & 0 deletions gulp/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ gulp.task('clean', function () {
});

gulp.task('build', ['html', 'fonts', 'csv', 'other']);

gulp.task('deploy', ['build'], function() {
return gulp.src(path.join(conf.paths.dist, '/**/*')).pipe($.ghPages({
remoteUrl: "[email protected]:pirhoo/morano-2017.git"
}));
});
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,50 @@
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "~2.9.2",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.1.1",
"del": "~2.0.1",
"eslint-plugin-angular": "~0.11.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~3.0.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.7.0",
"del": "~2.0.1",
"lodash": "~3.10.1",
"gulp-minify-css": "~1.2.1",
"gulp-autoprefixer": "~3.0.1",
"gulp-coffee": "~2.3.1",
"gulp-coffeelint": "~0.5.0",
"gulp-convert": "^0.2.0",
"gulp-json-editor": "^2.2.1",
"gulp-eslint": "~1.0.0",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-eslint": "~1.0.0",
"eslint-plugin-angular": "~0.11.0",
"gulp-gh-pages": "^0.5.2",
"gulp-inject": "~1.5.0",
"gulp-json-editor": "^2.2.1",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "~0.10.0",
"gulp-size": "~2.0.0",
"gulp-uglify": "~1.4.0",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-ng-annotate": "~1.1.0",
"gulp-replace": "~0.5.4",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-minify-html": "~1.0.4",
"gulp-inject": "~1.5.0",
"gulp-protractor": "~1.0.0",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-less": "~3.0.3",
"gulp-coffee": "~2.3.1",
"gulp-coffeelint": "~0.5.0",
"gulp-angular-filesort": "~1.1.1",
"main-bower-files": "~2.9.0",
"wiredep": "~2.2.2",
"gulp-uglify": "~1.4.0",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.8.0",
"karma": "~0.13.9",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-angular-filesort": "~1.0.0",
"karma-coverage": "~0.5.2",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "~0.1.2",
"browser-sync": "~2.9.2",
"browser-sync-spa": "~1.0.2",
"http-proxy-middleware": "~0.8.0",
"chalk": "~1.1.1",
"karma-phantomjs-launcher": "~0.2.1",
"lodash": "~3.10.1",
"main-bower-files": "~2.9.0",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
morano2017.com
http://www.morano2017.com

0 comments on commit 3399483

Please sign in to comment.