Browse Source

Add banner to the minified JS.

pull/319/head
XhmikosR 11 years ago
parent
commit
76a8a1ac82
  1. 1
      Gruntfile.js
  2. 9
      dist/ratchet.min.js
  3. 9
      docs/dist/ratchet.min.js

1
Gruntfile.js

@ -88,6 +88,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '<%= banner %>',
report: 'min'
},
ratchet: {

9
dist/ratchet.min.js vendored

File diff suppressed because one or more lines are too long

9
docs/dist/ratchet.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save