Ran into this bug when creating theme through terminal
Drupal: 8.2.3
DrupalGap: 8.x-1.0-alpha1
./dg create theme mythemename
./dg: line 211: ${THEME_NAME^}: bad substitutionjust reporting ;)
Ran into this bug when creating theme through terminal
Drupal: 8.2.3
DrupalGap: 8.x-1.0-alpha1
./dg create theme mythemename
./dg: line 211: ${THEME_NAME^}: bad substitutionjust reporting ;)
Comments
Comment #2
tyler.frankenstein commentedHello @siggi_hrafn, thank you for braving the waters with DrupalGap 8. I've only had a chance to test the DrupalGap 8 CLI in Ubuntu. What operating system(s) are you using?
Also double check that the CLI is executable:
chmod +x dgThen if
./dg create theme mythemenamedoesn't work,bash dg create theme mythemenamemay work instead. Thoughts?Comment #3
siggi_hrafn commentedHi @tyler.frankenstein, thanks for the quick reply :)
I'm running Terminal on OS X 10.11.3
Had no problem creating module with CLI:
Only got this err on creating theme - Get same err when using bash:
Created it manually ;) - But any thoughts on this? No err on creating theme in Ubuntu?