Skip to content

Commit

Permalink
Added markWrongCellsOnFly, dropTimerOnReset, timerOnly functionality …
Browse files Browse the repository at this point in the history
…- v1.1.0
  • Loading branch information
denissdubinin committed Sep 8, 2018
1 parent 5e4d97c commit fea28c8
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 69 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
package-lock.json
node_modules
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ module.exports = function (grunt) {
'https://github.com/denissdubinin/Javascript-Sudoku - Licensed MIT */\n',
uglify: {
options: {
banner: '<%= banner %>'
banner: '<%= banner %>',
output: {
beautify: false
}
},
dist: {
files: {
Expand Down
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.css.map

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.

Loading

0 comments on commit fea28c8

Please sign in to comment.