Skip to content

Commit ce5531b

Browse files
committed
Final Fix node libraries
1 parent ea0273a commit ce5531b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/compiler.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ def install_application(self):
293293

294294
myenv['HEROKU_ASSETS_VERSION'] = self.deploy_date.strftime("%Y%m%d%H%M%S")
295295

296-
#temporary hack to fix assetic deployment with less
297-
#myenv['SDZ_NODE_LIBRARIES'] = self._bp.build_dir + '/node_modules'
298-
299296
# Composer
300297
# check if we have Composer dependencies and vendors are not bundled
301298
if os.path.isfile('www/composer.json'):
@@ -361,8 +358,6 @@ def install_application(self):
361358

362359
self.logger.decrease_indentation()
363360
self.logger.decrease_indentation()
364-
print open(self._bp.build_dir+'/www/app/config/parameters.yml',"rb").read()
365-
sys.exit(1)
366361

367362
def install_bootscripts(self):
368363
self.logger.increase_indentation()

0 commit comments

Comments
 (0)