Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 729a424

Browse files
committed
Merge pull request #305 from grtjn/hunterwilliams-npm-updates
Hunterwilliams npm updates
2 parents 5007d42 + f1c6280 commit 729a424

File tree

8 files changed

+215
-123
lines changed

8 files changed

+215
-123
lines changed

app/templates/_jscsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"requireSpaceBeforeBlockStatements": true,
5151
"requireLineFeedAtFileEnd": true,
5252

53-
"validateJSDoc": {
53+
"jsDoc": {
5454
"checkParamNames": true,
5555
"requireParamTypes": true
5656
},

app/templates/gulp.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = function() {
5757
html: client + '**/*.html',
5858
htmltemplates: clientApp + '**/*.html',
5959
images: client + 'images/**/*.*',
60+
staticdata: client + '**/*.json',
6061
index: client + 'index.html',
6162
// app js, with no specs
6263
js: [
@@ -69,7 +70,7 @@ module.exports = function() {
6970
'**/*.module.js',
7071
'**/*.js'
7172
],
72-
less: client + 'styles/**/*.less',
73+
less: client + 'styles/**/main.less',
7374
report: report,
7475
root: root,
7576
server: server,

0 commit comments

Comments
 (0)