コード例 #1
0
ファイル: project.py プロジェクト: NorrWing/wnframework
def build():
	"""concat / minify js files"""
	# build js files
	from py.build.bundle import Bundle
	bundle = Bundle()
	bundle.make()
	
	# build index.html and app.html
	import webnotes.cms.make
	webnotes.cms.make.make()
コード例 #2
0
ファイル: project.py プロジェクト: beliezer/wnframework
def build():
	"""concat / minify js files"""
	from py.build.bundle import Bundle
	bundle = Bundle()
	bundle.make('build.json')
	increment_version()