Merge pull request #2 from ossez-com/docs_update

Docs update
This commit is contained in:
YuCheng Hu 2020-12-24 11:25:08 -05:00 committed by GitHub
commit 5f87958746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 16 deletions

View File

@ -1,15 +1,14 @@
plugins {
id 'distribution'
id 'maven-publish'
id 'com.moowork.node' version '1.2.0'
id "com.moowork.gulp" version '1.2.0'
id 'com.github.node-gradle.node' version '2.2.4'
}
group = 'com.ossez.docresources'
description = 'Ossez Documentation Resources'
description = 'Ossez 文档资源库'
node {
version = '15.0.1'
version = '14.15.3'
download = true
}
@ -18,7 +17,7 @@ distZip.dependsOn npm_run_build
distributions {
main {
distributionBaseName = 'ossez-doc-resources'
baseName = 'ossez-doc-resources'
contents {
from { "${buildDir}/dist" }
into '/'
@ -32,4 +31,14 @@ publishing {
artifact distZip
}
}
repositories {
maven {
url "https://maven.ossez.com/repository/internal/"
credentials {
username ""
password ""
}
}
}
}

View File

@ -1,6 +1,6 @@
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import "ossez/normalize";

File diff suppressed because one or more lines are too long