Skip to content

Commit

Permalink
Created separate npm packages for non-development versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Jun 14, 2012
1 parent 0623450 commit a42866b
Show file tree
Hide file tree
Showing 31 changed files with 8,174 additions and 7 deletions.
29 changes: 24 additions & 5 deletions easy-bake-config.yml
@@ -1,23 +1,42 @@
library_core:
join: mixin-js-core.js
library:
join: mixin-js.js
compress: true
files:
- src/mixin-core.coffee
- src/mixin-core-statistics.coffee
- src/lib/**.*coffee
modes:
build:
commands:
- 'cp mixin-js.js packages/npm/mixin-js.js'
- 'cp mixin-js.min.js packages/npm/mixin-js.min.js'
- 'cp mixin-js.js packages/nuget/Content/Scripts/mixin-js.js'
- 'cp mixin-js.min.js packages/nuget/Content/Scripts/mixin-js.min.js'

library:
join: mixin-js.js
library_core:
join: mixin-js-core.js
compress: true
files:
- src/mixin-core.coffee
- src/mixin-core-statistics.coffee
- src/lib/**.*coffee
modes:
build:
commands:
- 'cp mixin-js-core.js packages/npm/mixin-js-core.js'
- 'cp mixin-js-core.min.js packages/npm/mixin-js-core.min.js'
- 'cp mixin-js-core.js packages/nuget/Content/Scripts/mixin-js-core.js'
- 'cp mixin-js-core.min.js packages/nuget/Content/Scripts/mixin-js-core.min.js'

library_individual_mixins:
output: ../../lib
compress: true
directories:
- src/lib
modes:
build:
commands:
- 'cp -r lib packages/npm/lib'
- 'cp -r lib packages/nuget/Content/Scripts/lib'

tests:
output: build
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"author" : "Kevin Malakoff <https://github.com/kmalakoff>",
"name" : "mixin-js",
"author" : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"},
"name" : "mixin-js_dev",
"description" : "Mixin.js is the 'reuse more', aspect-oriented Javascript nano-framework. Stay DRY...mixin!",
"keywords" : ["mixin-js", "mixinjs", "mixin", "javascript", "coffeescript"],

Expand Down
282 changes: 282 additions & 0 deletions packages/npm/lib/mixin-js-auto-memory.js

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

10 changes: 10 additions & 0 deletions packages/npm/lib/mixin-js-auto-memory.min.js

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

0 comments on commit a42866b

Please sign in to comment.