Skip to content

Commit

Permalink
Add pagination+styles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaytin authored and 羽牧 committed Jan 16, 2015
1 parent 6a55b81 commit 6eae5fe
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = function(grunt){
banner: '/*\n' +
' * pagination.js <%= pkg.version %>\n' +
' * <%= pkg.description %>\n' +
' * https://github.com/superRaytin/paginationjs\n' +
' * https://github.com/superRaytin/paginationjs\n\n' +
' * Homepage: https://paginationjs.com\n' +
' *\n' +
' * Copyright 2014, superRaytin\n' +
' * Released under the MIT license.\n' +
Expand All @@ -18,6 +19,10 @@ module.exports = function(grunt){
{
src: ['dist/pagination.js'],
dest: 'dist/pagination.min.js'
},
{
src: ['dist/pagination-with-styles.js'],
dest: 'dist/pagination-with-styles.min.js'
}
]
}
Expand Down
Loading

0 comments on commit 6eae5fe

Please sign in to comment.