I am new to Yeoman/Grunt/Bower. I have a bower.json
file that defines the following dependencies:
bower.json
{
\"
don't need to change the html, try grunt-contrib-uglify
uglify: {
libs: {
files: [
{
expand: true,
cwd: 'components',
src: '**/*.js',
dest: 'build/components'
}
]
}
}
and if the file are requested more the one page, it will be cached by the browser, it will be load faster than the combined larger file.