We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOTB following the readme instructions build-production ant target produces
build-production
polymer-build-production: [exec] info: [cli.command.build] Clearing build/ directory... [exec] info: [cli.build.build] (default) Building... [exec] info: [cli.build.build] (default) Build complete! production-xar: [copy] Copying 1 file to /Users/HALmob/Documents/yo-test/ant/pure-el/build/bundled [copy] Copying 1 file to /Users/HALmob/Documents/yo-test/ant/pure-el/build/bundled BUILD FAILED /Users/HALmob/Documents/yo-test/ant/pure-el/build.xml:53: Warning: Could not find file /Users/HALmob/Documents/yo-test/ant/pure-el/configuration.xml to copy.
There is no configuration.xml in this repo, nor does polymer-cli produce one, any clue what it is and why ant wants it?
Tried with both polymer-2-element and polymer-2-application
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OOTB following the readme instructions
build-production
ant target producespolymer-build-production: [exec] info: [cli.command.build] Clearing build/ directory... [exec] info: [cli.build.build] (default) Building... [exec] info: [cli.build.build] (default) Build complete! production-xar: [copy] Copying 1 file to /Users/HALmob/Documents/yo-test/ant/pure-el/build/bundled [copy] Copying 1 file to /Users/HALmob/Documents/yo-test/ant/pure-el/build/bundled BUILD FAILED /Users/HALmob/Documents/yo-test/ant/pure-el/build.xml:53: Warning: Could not find file /Users/HALmob/Documents/yo-test/ant/pure-el/configuration.xml to copy.
There is no configuration.xml in this repo, nor does polymer-cli produce one, any clue what it is and why ant wants it?
Tried with both polymer-2-element and polymer-2-application
The text was updated successfully, but these errors were encountered: