Skip to content

Commit

Permalink
Refactor and added: autopush, position & direction. Related to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Apr 30, 2020
1 parent d9e0a27 commit c9c7ff5
Show file tree
Hide file tree
Showing 7 changed files with 395 additions and 228 deletions.
14 changes: 1 addition & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ module.exports = function(grunt) {
'dist/Notifier.min.js': 'src/Notifier.js'
}
}
},
cssmin: {
options: {
mergeIntoShorthands: false,
roundingPrecision: -1
},
target: {
files: {
'dist/Notifier.min.css': ['src/*.css']
}
}
}
});

grunt.loadNpmTasks('grunt-babel');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.registerTask('build', ['babel', 'cssmin']);
grunt.registerTask('build', ['babel']);
};
1 change: 0 additions & 1 deletion dist/Notifier.min.css

This file was deleted.

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

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

Loading

0 comments on commit c9c7ff5

Please sign in to comment.