bdkjones / CodeKit-1-Old

146 stars 1 forks source link

@import JS, not working properly #627

Closed Lefthandmedia closed 11 years ago

Lefthandmedia commented 11 years ago

Hi, I've got a script.js that starts with // @codekit-prepend "../bootstrap/bootstrap-dropdown.js"; The result is that 'script-ck.js' only contains the copyright statements from dropdown.js but not the code.

bdkjones commented 11 years ago

Please send me a demo project that shows the issue.

Lefthandmedia commented 11 years ago

this is the js folder in question

On 28 jun. 2013, at 10:20, bdkjones notifications@github.com wrote:

Please send me a demo project that shows the issue.

— Reply to this email directly or view it on GitHub.

bdkjones commented 11 years ago

There's nothing attached. You'll need to upload a zip somewhere.

Lefthandmedia commented 11 years ago

its here

http://staging.pinkribbon.nl/_js.zip

On 28 jun. 2013, at 10:39, bdkjones notifications@github.com wrote:

There's nothing attached. You'll need to upload a zip somewhere.

— Reply to this email directly or view it on GitHub.

bdkjones commented 11 years ago

Just tested over here and the output file I get when I process "script.js" includes the code from the bootstrap file. Can you show me the output file you're getting when you compile "script.js" over there?