zurb / inky-cli

Command-line interface for the Inky templating language.
MIT License
13 stars 2 forks source link

Glob not working #6

Open Erseni opened 8 years ago

Erseni commented 8 years ago

The Example from https://github.com/zurb/inky is not working.

npm install inky-cli --global
inky src/pages/**/*.html dist --watch
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: ENOTDIR: not a directory, open 'src/pages/mailTemplates/template1.html/template2.inky.html'
    at Error (native)