We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0787e2e commit 4cf23f3Copy full SHA for 4cf23f3
gruntfile.js
@@ -31,12 +31,7 @@ module.exports = function (grunt) {
31
},
32
podfile: {
33
src: "platforms/ios/Podfile",
34
- dest: localConfig.outDir,
35
- options: {
36
- process: function (content, srcPath) {
37
- return content.substring(content.indexOf("\n") + 1)
38
- }
39
+ dest: localConfig.outDir
40
41
readme: {
42
src: "README.md",
0 commit comments