generator-fe-kit
Version:
Pixelant Front-End Starter Kit
24 lines (23 loc) • 487 B
JavaScript
module.exports = {
server: {
options: {
title: 'Server is ready',
message: 'http://localhost:<%= connect.options.port %>'
}
},
site: {
options: {
message: 'Static site successfully updated'
}
},
css: {
options: {
message: 'CSS branch successfully updated'
}
},
less: {
options: {
message: 'LESS branch successfully updated'
}
}
};