Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Combined o.js and minified o-min.js are now shipped within the o-js r…
Browse files Browse the repository at this point in the history
…epository.
  • Loading branch information
bluefeet committed Feb 5, 2014
1 parent 7d50b67 commit df377c9
Show file tree
Hide file tree
Showing 5 changed files with 1,078 additions and 26 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
NEXT RELEASE
0.0.9 : 2014-02-04
Global:
- Migrated everything to CommonJS format modules (no more hacks for the
web, those will be handled independently).
- Better error messaging across the board (no more "..." errors).
- Lots of adjustments to reduce the minified size by several kilobytes.
- Created several utilities in the bin directory for creating combined
and minified versions of o.js.
- Combined o.js and minified o-min.js are now shipped within the o-js
repository.
Classes:
- Renamed o.Constructor to o.Class, because that is what it is and it is
less to type.
Expand Down
41 changes: 18 additions & 23 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
{
"name": "o",
"description": "JavaScript utility belt for rich objects and prototypes. Ooooh!",
"homepage": "http://o-js.com",
"main": "o.js",
"version": "0.0.8",
"authors": [ "Aran Deltac" ],
"license": "MIT",
"keywords": [
"prototype",
"prototypes",
"object",
"objects",
"oo",
"utility",
"o.js"
],
"ignore": [
"test",
"package.json",
".npmignore",
".travis.yml",
".gitignore"
]
"name": "o",
"version": "0.0.8",
"main": "o.js",

"description": "JavaScript utility belt for rich objects and prototypes. Ooooh!",
"homepage": "http://o-js.com",
"keywords": ["util", "utility", "prototype", "prototypes", "object", "objects", "oo"],

"authors": [ "Aran Deltac" ],
"license": "MIT",

"ignore": [
".travis.yml",
".npmignore",
".gitignore",
"bin",
"package.json"
]
}
23 changes: 23 additions & 0 deletions o-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df377c9

Please sign in to comment.