newscoop/JS-Scoopwriter

View on GitHub
grunt/bower_concat.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    all: {
        dest: '<%= dist %>/scripts/_bower.js',
        exclude: [
            'ng-aloha-editor'
        ],
        mainFiles: {
            'angular-oauth': ['src/js/angularOauth.js', 'src/js/googleOauth.js']
        },
        bowerOptions: {
            relative: false
        }
    }
}