File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments