module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), cssmin: { options: { mergeIntoShorthands: false, roundingPrecision: -1 }, target: { files: { 'css/all.min.css': ['../../css/reset.css', '../../css/jquery-ui-1.8.1.all.css', '../../css/app.css', '../../css/menu.css', 'css/base.css', 'css/layout.css', 'css/skeleton.css', 'css/style.css', 'css/gray.css'] } } }, uglify: { my_target: { files: { 'js/all.min.js': ['../../js/jquery-1.7.1.min.js', '../../js/jquery-ui-1.8.1.all.min.js', '../../js/jquery.tools.scrollable.js', '../../js/phplistapp.js', 'js/jquery.tablednd.js', 'js/phplist.js', 'jcarousellite_1.0.1.min.js'] } } } }); grunt.loadNpmTasks('grunt-contrib-cssmin'); grunt.loadNpmTasks('grunt-contrib-uglify'); };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
css | Folder | 0755 |
|
|
images | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
pages | Folder | 0755 |
|
|
styles | Folder | 0755 |
|
|
.gitignore | File | 48 B | 0644 |
|
.php_cs | File | 566 B | 0644 |
|
.travis.yml | File | 381 B | 0644 |
|
COLOR-PALETTE-GRAY.png | File | 68.78 KB | 0644 |
|
README.md | File | 983 B | 0644 |
|
composer.json | File | 75 B | 0644 |
|
footer.inc | File | 1.22 KB | 0644 |
|
footer_minified.inc | File | 1.37 KB | 0644 |
|
frontendfooter.php | File | 210 B | 0644 |
|
frontendheader.php | File | 671 B | 0644 |
|
gruntfile.js | File | 1.04 KB | 0644 |
|
header.inc | File | 1.86 KB | 0644 |
|
header_minified.inc | File | 1.77 KB | 0644 |
|
package.json | File | 185 B | 0644 |
|
pagetop.php | File | 2.66 KB | 0644 |
|
pagetop_minified.php | File | 1.62 KB | 0644 |
|
pagetop_minimal.php | File | 1.15 KB | 0644 |
|
publicpagetop.php | File | 1.16 KB | 0644 |
|
theme_info | File | 39 B | 0644 |
|