提交 6eae5fea 编写于 作者: S superRaytin 提交者: 羽牧

Add pagination+styles.js

上级 6a55b81e
......@@ -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' +
......@@ -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'
}
]
}
......
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册