UNPKG

bi-app-sass

Version:

writing bi-directional stylesheets in sass

12 lines (10 loc) 196 B
module.exports = function( grunt ) { grunt.initConfig({ release: { options: { additionalFiles: [ 'bower.json' ] } } }); grunt.loadNpmTasks( 'grunt-release' ); }