소스 검색

lint lesson resources

Gregg Tavares 7 년 전
부모
커밋
b1ab4b1b49
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Gruntfile.js

+ 3 - 0
Gruntfile.js

@@ -34,6 +34,9 @@ module.exports = function(grunt) {
       examples: {
         src: [
           'threejs/*.html',
+          'threejs/lessons/resources/*.js',
+          '!threejs/lessons/resources/prettify.js',
+          'threejs/lessons/resources/*.html',
         ],
         options: {
           configFile: 'build/conf/eslint-examples.json',