module.exports = {
js: {
files: '<%= paths.frontend_js %>',
tasks: ['jshint:frontend_js', 'concat:frontend_js']
}
};