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

1.0.0

Latest
Compare
Choose a tag to compare
@sapegin sapegin released this 12 Feb 09:26
· 8 commits to master since this release

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.