Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Releases: sapegin/grunt-bower-concat

1.0.0

12 Feb 09:26
Compare
Choose a tag to compare

Breaking changes

Concatenation of any file types

The new API looks like this:

bower_concat: {
    main: {
        dest: {
            js: 'build/_bower.js',
            scss: 'build/_bower.scss',
            coffee: 'build/_bower.coffee'
        },
        // ...
    }
}

The old dest as a string ({dest: 'build/_bower.js'}) is still working but the cssDest was removed.

Thanks @alwin-rewedigital, #65.

Other changes

  • Update peerDependencies to be able to work with Grunt 1.0.