Skip to content

Commit

Permalink
Merge pull request #5 from denissdubinin/1.1.3
Browse files Browse the repository at this point in the history
Improve grunt tasks
  • Loading branch information
denissdubinin authored Oct 27, 2018
2 parents 96aa103 + b555f18 commit 6c5e668
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-sass');

grunt.registerTask('styles', ['sass']);
grunt.registerTask('compile', ['uglify', 'sass']);
grunt.registerTask('js', ['uglify']);
grunt.registerTask('compile', ['styles', 'js']);
};
2 changes: 1 addition & 1 deletion dist/sudoku.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sudoku.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascript-sudoku-game",
"description": "Sudoku game on Javascript (jQuery)",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c5e668

Please sign in to comment.