Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Added in knockout js
Browse files Browse the repository at this point in the history
  • Loading branch information
p3tecracknell committed Apr 23, 2014
1 parent 5efbe32 commit 782a468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tellprox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def generateCompiledJS(jsApi, outputFile):
('js_code', readfile('/static/js/bootstrap.min.js')),
('js_code', readfile('/static/js/bootstrap-switch.js')),
('js_code', readfile('/static/js/bootstrap-select.min.js')),
('js_code', readfile('/static/js/knockout-3.1.0.js')),
('js_code', readfile('/static/js/helpers.js')),
('js_code', jsApi),
('compilation_level', 'SIMPLE_OPTIMIZATIONS'),
Expand All @@ -34,4 +35,4 @@ def generateCompiledJS(jsApi, outputFile):
#todo helper method
f = open(outputFile, 'w')
f.write(data)
f.close()
f.close()

0 comments on commit 782a468

Please sign in to comment.