现在,您可能知道,在Cordova应用程序中,当为特定平台构建时,每个平台的文件夹将作为子文件夹创建到项目目录中的名为platforms的文件夹中。当我尝试为ios构建并将项目文件夹放在ios计算机上时,我在Xcode中打开项目并试图运行它,但我收到了涉及同一推送插件的此类错误:
clang: error: no such file or directoryBackboneToDo/platforms/ios/BackboneToDoPluginsphonegap-plugin-pushGCM
我想要TypeScript to allowJS,并且我想让它键入allowJS那些文件,所以如果它们是*.js文件,我会在文件的顶部添加// @ts-check。但我不希望TypeScript编译器将这些文件复制到输出中。我会自己做的。我可以使用TypeScript复制*.js文件,但我希望它忽略用于构建我的站点的文件。例如,应该忽略*.html.js文件和我
I have one .js file named final.js which I copied as bundle resource I have a requirement like the htmldocument which reads this js file should download at runtime and store it in documents directory.js file./final.js"> </script>