Skip to content

Commit

Permalink
bootstrap dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Jul 21, 2017
1 parent ecb20d4 commit 72c2ef1
Show file tree
Hide file tree
Showing 8 changed files with 2,835 additions and 12 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(grunt) {
separator: ';'
},
dist: {
src: ['js/jquery.toggleText.js','js/bootstrap-select.js','js/phpList3ToBootstrap.js','bootstrap/dist/js/bootstrap.min.js','js/bootstrap-tagsinput.js','js/bootstrap-toggle.js','js/phplist.js'],
src: ['js/jquery.toggleText.js','js/bootstrap-select.js','js/phpList3ToBootstrap.js','bootstrap/dist/js/bootstrap.min.js','js/bootstrap-tagsinput.js','js/bootstrap-dialog.js','js/bootstrap-toggle.js','js/phplist.js'],
dest: 'js/dist/<%= pkg.name %>.js'
}
},
Expand Down Expand Up @@ -46,5 +46,5 @@ module.exports = function(grunt) {
});
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.registerTask('default', ['less', 'watch','concat','uglify']);
grunt.registerTask('mydefault', ['less', 'watch','concat','uglify']);
};
Loading

0 comments on commit 72c2ef1

Please sign in to comment.