🚌 add build script
This commit is contained in:
parent
3188f5a80e
commit
7fbcdb99dd
2
timeline/js/timeline.min.js
vendored
2
timeline/js/timeline.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (c) 2010-${year}, b3log.org & hacpai.com
|
* Copyright (c) 2010-<%= year %>, b3log.org & hacpai.com
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "https://hacpai.com",
|
"homepage": "https://hacpai.com",
|
||||||
"author": "Vanesse <lly219@gmail.com> (https://vanesse.b3log.org)",
|
"author": "Vanesse <lly219@gmail.com> (https://vanesse.b3log.org)",
|
||||||
|
"scripts": {
|
||||||
|
"build": "gulp"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-clean": "^0.3.2",
|
"gulp-clean": "^0.3.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user