Skip to content

Instantly share code, notes, and snippets.

View maestr0's full-sized avatar

Pawel Raszewski maestr0

View GitHub Profile
@maestr0
maestr0 / gist:6752298
Created September 29, 2013 12:56
test
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'],