diff --git a/generators/app/templates/LICENSE b/generators/app/templates/LICENSE index 8f7d2885..1da7c79f 100644 --- a/generators/app/templates/LICENSE +++ b/generators/app/templates/LICENSE @@ -19,4 +19,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/generators/app/templates/README.md b/generators/app/templates/README.md index 8d52e76f..d0f59ab1 100644 --- a/generators/app/templates/README.md +++ b/generators/app/templates/README.md @@ -12,4 +12,4 @@ $ npm install <%= _.slugify(packageName) %> --save ## usage Generate a project and then run grunt to build/update the distribution sources. -You can also use `grunt watch` to continuously update when file changes are detected. \ No newline at end of file +You can also use `grunt watch` to continuously update when file changes are detected. diff --git a/generators/app/templates/config.rb b/generators/app/templates/config.rb index a0994ecf..65f7b96b 100644 --- a/generators/app/templates/config.rb +++ b/generators/app/templates/config.rb @@ -3,4 +3,4 @@ sass_dir = "src/sass"; images_dir = "dist/src/style/images"; sprite_load_path = "src/style/images"; -relative_assets = true; \ No newline at end of file +relative_assets = true; diff --git a/generators/app/templates/demo/i18n/en_GB.json b/generators/app/templates/demo/i18n/en_GB.json index 134d7c7f..0e8c314a 100644 --- a/generators/app/templates/demo/i18n/en_GB.json +++ b/generators/app/templates/demo/i18n/en_GB.json @@ -1,14 +1,14 @@ { - "name": "en_GB" + "name": "en_GB" , "phrases": { - "i18n-value": "Value" - , "i18n-type": "Type" - , "i18n-date": "Date" - , "i18n-text": "Text" - , "i18n-exampleText": "This text should be english" - , "i18n-number": "Number" - , "i18n-money": "Money" + "i18n-value": "Value" + , "i18n-type": "Type" + , "i18n-date": "Date" + , "i18n-text": "Text" + , "i18n-exampleText": "This text should be english" + , "i18n-number": "Number" + , "i18n-money": "Money" } , "formatting": { @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/generators/app/templates/demo/i18n/nl_NL.json b/generators/app/templates/demo/i18n/nl_NL.json index 7bcc5a46..065bfc62 100644 --- a/generators/app/templates/demo/i18n/nl_NL.json +++ b/generators/app/templates/demo/i18n/nl_NL.json @@ -1,14 +1,14 @@ { - "name": "nl_NL" + "name": "nl_NL" , "phrases": { - "i18n-value": "Waarde" - , "i18n-type": "Type" - , "i18n-date": "Datum" - , "i18n-text": "Tekst" - , "i18n-exampleText": "Deze tekst is in het Nederlands" - , "i18n-number": "Getallen" - , "i18n-money": "Bedragen" + "i18n-value": "Waarde" + , "i18n-type": "Type" + , "i18n-date": "Datum" + , "i18n-text": "Tekst" + , "i18n-exampleText": "Deze tekst is in het Nederlands" + , "i18n-number": "Getallen" + , "i18n-money": "Bedragen" } , "formatting": { @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/generators/app/templates/demo/index.html b/generators/app/templates/demo/index.html index 2e622cfa..96c80296 100644 --- a/generators/app/templates/demo/index.html +++ b/generators/app/templates/demo/index.html @@ -1,24 +1,24 @@ -
-