Open rmrajat opened 6 years ago
It is better keep frontend separate from backend project. You can read a similar question here 698.
@Andre Piantino , blur admin uses gulp to build . and Folder structure is totally different of your article and blur-admin app as they use gulp. please help me out .
pom.xml:-----------------
<execution>
<id>bower install</id>
<goals>
<goal>bower</goal>
</goals>
<configuration>
<workingDirectory>src/main/blur-admin-master</workingDirectory>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>gulp build</id>
<goals>
<goal>gulp</goal>
</goals>
<configuration>
<workingDirectory>src/main/blur-admin-master</workingDirectory>
<arguments>build</arguments>
</configuration>
</execution>
</executions>
</plugin>
please specify the steps to integrate frontend with backend .
my previous pom.xml plugin code is : how can i convert it to gulp plugin and what changes i need to do in frontend blur project.?