kaazing / javascript.client

Apache License 2.0
21 stars 16 forks source link

fixed paths in grunt build for concatenated amqp file #35

Closed stempler closed 8 years ago

stempler commented 8 years ago

Previously the content of the actual AMQP Javascript files was missing in the generated output (Amqp-0-9-1-debug.js) because of wrong path references related to the tmp folder (the src folder that was referenced seems to no longer exist because the amqp-0-9-1/src folder is the one that is copied).