Including a minified js code in another js library
Posted
by Nir
on Stack Overflow
See other posts from Stack Overflow
or by Nir
Published on 2010-03-19T17:37:52Z
Indexed on
2010/03/19
17:41 UTC
Read the original article
Hit count: 248
I want to incorporate a minified javascript library (for example http://sizzlejs.com/) into my own non minified javascript library. The reason is that my library plugs into other websites and I don't want to ask them to include the extra library (sizzle) as well.
Is there a way to include a minified library in a non minified library and have them both in one js file?
© Stack Overflow or respective owner