Skip to content
Snippets Groups Projects
Verified Commit c8fafddb authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix grunt local

parent b8034342
No related branches found
No related tags found
No related merge requests found
......@@ -76,12 +76,11 @@ def main(date, name):
else:
click.echo(' > Gruntfile already exists.')
os.chdir(fullPath)
# launch the presentation deck
if not os.path.exists(os.path.join(fullPath, 'node_modules')):
click.echo(' > Installing dependencies ... ')
os.system('yarn add -g grunt-cli generator-reveal')
os.system('yarn')
os.system('yarn add grunt generator-reveal')
click.echo(' > All dependencies installed.')
else:
click.echo(' > All dependencies already installed.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment