Skip to content

Commit

Permalink
update buildtools, UMD templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos M committed Jul 19, 2016
1 parent c866d61 commit 92b4ecb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions beeld.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks =[{}]

src =[]

!tpl:umd-header.tpl.js # include a umd-header template
!tpl:umd-header-deps.tpl.js # include a umd-header template

# core
./src/MOD3.js
Expand Down Expand Up @@ -84,10 +84,9 @@ tasks =[{}]
replace =[{}]

"@@ROOT@@" = "this"
"@@EXPORTS@@" = "exports"
"@@MODULE_NAME@@" = "MOD3"
"@@MODULE_DEPENDENCIES@@" = "[ ['Classy'], ['./classy.js'] ]"
"@@MODULE_ARGUMENTS@@" = "Classy"
"@@MODULE@@" = "MOD3"
"@@DEPNAMES@@" = "'Classy'"
"@@DEPS@@" = "Classy"
"@@VERSION@@" = "0.6.0"
"@@DEPENDENCIES@@" = "@dependencies: Classy.js"
"@@USE_STRICT@@" = '"use strict";'
Expand Down
2 changes: 1 addition & 1 deletion build/MOD3.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/classy.js

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

Loading

0 comments on commit 92b4ecb

Please sign in to comment.