Questions tagged [minifiedjs]

Minified.js is a client-side JavaScript library, comparable to jQuery and MooTools in scope. Its features include DOM manipulation, animation, events, cookies and HTTP requests

From the documentation:

•Tiny JavaScript framework (<4kb gzipped)
◦7-8 times smaller than jQuery or MooTools
◦allows even smaller builds using the Builder tool

•Complete Feature Set
◦Nearly all features that jQuery and MooTools have.
◦Some extra features that jQuery and/or MooTools do not have.
◦Flexible enough to make up for missing features

•No Magic ◦Aims to be predictable
◦Never changes built-ins, no polyfills, no emulated properties
◦Simple, clean API without surprises

Project website

34 questions
0
votes
3 answers

$injector:modulerr Module Error after publishing application on IIS

HI I have issue that appears after publishing AngularJS application on IIS server I believe this has something to do with javascript obfuscation and minification but I don't know how to fix it... This is how my app.js look…
Zvonimir Tokic
  • 443
  • 9
  • 19
0
votes
0 answers

Safe max line length for Minified javascript on Win7?

I am seeing following error on Win 7: 'line 1 col 26270 access is denied' Is there any doc regarding what would be a good chars-per-line limit for minified javascrpt? I am currently using 50k and it looks like a bad idea for Windows. Also this JS…
ttback
  • 2,051
  • 5
  • 27
  • 40
-1
votes
1 answer

How to change angular-moment locale?

I'm trying to use French version of moment, but moment.locale('fr') doesn't work and it doesn't change the language: console.debug(moment.locale()); moment.locale('fr');…
Ace
  • 420
  • 2
  • 8
  • 25
-3
votes
1 answer

minified javascript codes, I don't understand, can anyone explain it

I'm trying to improve myself by working on codes. I can understand its normal state without any problems. In the sample code below, jquery, value reading, value assignment and if-else queries are nested. I could not get the code in a meaningful…
NovaYear
  • 167
  • 1
  • 2
  • 13
1 2
3