bit101 / ProjectMaker

A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
MIT License
233 stars 36 forks source link

Not all tokens replaced in files #8

Closed kamcknig closed 12 years ago

kamcknig commented 12 years ago

I put three files in my template folder. All three of them use the same token ${project_path}.

But only one of the files actually gets that token replaced with the project's path... all of the other files that include it still just have a literal "${project_path}" instead of the actual path.

Is this a bug?

kamcknig commented 12 years ago

The files I'm adding are .ps1 files (powershell files). As far as I know they are plain text files. And one of them works fine while the others do not.

kamcknig commented 12 years ago

Figured it out they weren't ANSI encoded.