Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. myproject
  2. src/
  3. war/
  4. app/
  5. dist/
  6. node_modules/
  7. Gruntfile.js
  8. WEB-INF/
  9.  
  10. <static-files>
  11. <exclude path="/node_modules/*.*" />
  12. </static-files>
  13.  
  14. <static-files>
  15. <exclude path="/node_modules/**.js" />
  16. </static-files>
  17.  
  18. <static-files>
  19. <exclude path="/node_modules/*.*" />
  20. </static-files>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement