Cordova Build - ignore files

前端 未结 6 684
孤街浪徒
孤街浪徒 2021-02-08 10:58

When compiling a cordova application every single file in my /www folder gets copied to the assets/www folder(android) but I\'d like to customize what

6条回答
  •  甜味超标
    2021-02-08 11:48

    I've created a custom script to ignore files/folders which works not just for android:

    Add this to your config.xml:

    
    

    And you need two more files located in hooks/before_build and hooks/after_build folders.

提交回复
热议问题