Hoon Park created ZEPPELIN-1847:
-----------------------------------
Summary: Reduce zeppelin-web build time for html files in dev
Key: ZEPPELIN-1847
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1847
Project: Zeppelin
Issue Type: Bug
Components: build, front-end
Reporter: Hoon Park
Changing html files cause copying all files ({{copy:dev}} task in Gruntfile.js
We can improve our productivity by fixing this.
{code}
html: {
files: [
'<%= yeoman.app %>/**/*.html'
],
tasks: ['newer:htmlhint', 'newer:copy:dev']
},
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)