Example #1
0
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()
Example #2
0
def build():
	"""concat / minify js files"""
	from py.build.bundle import Bundle
	bundle = Bundle()
	bundle.make('build.json')
	increment_version()