I installed the component via bower. I attempted to use a paper-code-mirror example from the demo but the content code is not showing.
In order to get the code-mirror to work in my polymer app I had to copy the vendor dir from the paper-code-mirror directory within bower components to the home directory of the site in order to prevent the file require.min.js from throwing errors as it could not find the vendor folder. However, vendor has to exist in both locations to prevent import errors.
At this point I had no errors. The code-mirror appears to be working however with formatting, number lines, and style being applied, but the initial text that should be shown is missing.
What is the correct installation process for using the paper-code-mirror with a site?
I installed the component via bower. I attempted to use a paper-code-mirror example from the demo but the content code is not showing.
In order to get the code-mirror to work in my polymer app I had to copy the vendor dir from the paper-code-mirror directory within bower components to the home directory of the site in order to prevent the file require.min.js from throwing errors as it could not find the vendor folder. However, vendor has to exist in both locations to prevent import errors.
At this point I had no errors. The code-mirror appears to be working however with formatting, number lines, and style being applied, but the initial text that should be shown is missing.
What is the correct installation process for using the paper-code-mirror with a site?