sails-generate-gentelella
Version:
Gentelella basic template generator
17 lines (14 loc) • 386 B
JavaScript
module.exports = function(grunt) {
grunt.registerTask('linkBowerLibs', [
'concat:bowerLibsJs',
'concat:bowerLibsCss',
'concat:bowerLoginJs',
'concat:bowerLoginCss',
'concat:bowerRegisterJs',
'concat:bowerRegisterCss',
'concat:bowerErrorCodeJs',
'concat:bowerErrorCodeCss',
'copy:bowerCopyFontAwesome',
'copy:bowerCopyBootstrapFonts'
]);
};