Skip to content

Commit

Permalink
New architecture tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Pellier committed Jul 16, 2015
1 parent 74126a0 commit 43f8b9b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
1 change: 0 additions & 1 deletion app/templates/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"browser": true,
"jquery": true,
"globals": {
"app": true,
"_gaq": true,
"_gat": true,
"moment": true
Expand Down
2 changes: 1 addition & 1 deletion app/templates/.scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ linters:
max_depth: 10 #TODO reduce this to 4

PlaceholderInExtend:
enabled: true
enabled: false

PropertySortOrder:
enabled: true
Expand Down
9 changes: 5 additions & 4 deletions app/templates/gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.bridge-apikey.json
node_modules
_output
_build
*.log
npm-debug.log
.sass-cache
Gruntfile.js
package.json
.jshintrc
.scss-lint.yml
bower_components
src/bower_components
dist
.tmp
**/.DS_Store
14 changes: 8 additions & 6 deletions app/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"name": "grunt-lf-bridge-template",
"private": true,
"version": "3.0.0",
"version": "<%= pkg.version %>",
"description": "Grunt tasks for Bridge template development",
"homepage": "https://github.com/Leadformance/generator-bridge-template",
"bugs": "https://github.com/Leadformance/generator-bridge-template/issues",
"homepage": "<%= pkg.homepage %>",
"bugs": "<%= pkg.homepage %>/issues",
"author": {
"name": "Damien Pellier",
"email": "",
"url": "https://github.com/dpellier"
"name": "<%= pkg.author.name %>",
"email": "<%= pkg.author.email %>",
"url": "<%= pkg.author.url %>"
},
"devDependencies": {
"autoprefixer-core": "~5.2.0",
"babelify": "^6.1.2",
"bower": "^1.4.1",
"grunt": "~0.4.3",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "generator-bridge-template",
"private": true,
"version": "2.0.6",
"version": "3.0.0",
"description": "A Yeoman generator and Grunt tasks for Bridge template development",
"homepage": "https://github.com/Leadformance/generator-bridge-template",
"bugs": "https://github.com/Leadformance/generator-bridge-template/issues",
"author": {
"name": "Julien M.",
"email": "",
"url": "https://github.com/julienma"
"name": "Damien Pellier",
"email": "[email protected]",
"url": "https://github.com/dpellier"
},
"main": "app/index.js",
"repository": {
Expand Down

0 comments on commit 43f8b9b

Please sign in to comment.