Sfoglia il codice sorgente

replace md with lbac and disable former extractMarkdown tool

Benoît Hubert 6 anni fa
parent
commit
248bf28a6a

+ 1 - 1
react-tuto/gulpfile.js

@@ -138,4 +138,4 @@ gulp.task('extractMarkdown', function() {
 
 // gulp.task('makeZip', makeZip);
 
-gulp.task('default', gulp.series('buildClient', 'extractMarkdown', 'watch'));
+gulp.task('default', gulp.series('buildClient', 'watch'));

File diff suppressed because it is too large
+ 2614 - 1871
react-tuto/package-lock.json


+ 2 - 1
react-tuto/package.json

@@ -4,7 +4,7 @@
   "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "npx mocha --exit --timeout 10000 test/**/*.js"
   },
   "keywords": [],
   "author": "",
@@ -43,6 +43,7 @@
     "gulp-uglify": "^3.0.0",
     "gulp-zip": "^4.1.0",
     "gulplog": "^1.0.0",
+    "mocha": "^6.2.0",
     "pathmodify": "^0.5.0",
     "react": "^16.2.0",
     "react-dom": "^16.2.0",

File diff suppressed because it is too large
+ 1 - 1
react-tuto/src/resources/markdown.json