Coder Social home page Coder Social logo

Comments (3)

umaar avatar umaar commented on May 22, 2024

Google will soon be releasing Yeoman: http://yeoman.io/ it is based upon Grunt.js https://github.com/cowboy/grunt which handles concatenation of JavaScript files.

from livecodelab.

rumblesan avatar rumblesan commented on May 22, 2024

I've been having a go at doing this, by just concatting the already minified javascript files with the rest and running it all through the closure compiler. If I try to include jQuery then it gives me some errors and if I include that separately and minify all the rest then there's a pretty big performance hit.

I'm guessing that compiling already minified files isn't that great an idea heh

from livecodelab.

davidedc avatar davidedc commented on May 22, 2024

Yes plus over the network is actually better to leave libraries served by CDNs as they'll be cached already in people's browsers. So no need to go overboard with the minification. I'm going to close this one, if we find other smaller low-hanging fruit then we'll reopen new more-specific issues.

from livecodelab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.