worked out bower release process

This commit is contained in:
Spencer Alger
2014-01-30 13:17:53 -07:00
parent 5d6f6165dc
commit 5b07717116
8 changed files with 143 additions and 62 deletions

View File

@ -4,10 +4,11 @@
module.exports = function (grunt) {
// load plugins
require('load-grunt-config')(grunt, {
configPath: require('path').join(__dirname, 'grunt/config'),
configPath: __dirname + '/grunt/config',
init: true,
config: {
distDir: 'dist',
distDir: __dirname + '/dist',
bowerSubmodule: __dirname + '/src/bower-elasticsearch-js',
meta: {
banner: '/*! <%= package.name %> - v<%= package.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +