1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 10:26:38 +02:00

Gruntfile update

This commit is contained in:
Max Guglielmi 2015-09-06 18:35:28 +10:00
parent cd9d9cf337
commit 652d265b57

View file

@ -295,13 +295,13 @@ module.exports = function (grunt) {
// Tests
grunt.registerTask('test', ['jshint', 'connect', 'qunit:all']);
// Publish
// Publish to gh-pages
grunt.registerTask('publish', 'Publish from CLI', [
'build', 'build-demos', 'gh-pages:publish-lib',
'gh-pages:publish-readme'
]);
// Deploy
// Deploy to gh-pages
grunt.registerTask('deploy', 'Publish from Travis', [
'build', 'build-demos', 'check-deploy'
]);