View gist:6752298
module.exports = function (grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
manifest: grunt.file.readJSON('manifest.json'), | |
concat: { | |
options: { | |
separator: ';' | |
}, | |
popup: { | |
src: ['jquery-1.8.3.min.js', 'jquery-ui-1.8.16.custom.min.js', 'jquery.iphone-switch.js', 'popup.js'], |