UNPKG

nodes-ui

Version:
17 lines (14 loc) 279 B
//https://github.com/stephenplusplus/grunt-wiredep var bowerExclude = [ 'bower_components/bootstrap-sass/assets/javascripts/bootstrap.js' ]; module.exports = { vendor: { src: [ '<%= paths.doc %>includes/scripts.html' ], options: { exclude: bowerExclude } } };