Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
1c950919
Commit
1c950919
authored
Apr 02, 2019
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Файл конфига: сделал удобнее, добавил пример для сторонних пакетов
parent
174a655f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
config.js
config.js
+6
-5
No files found.
config.js
View file @
1c950919
...
...
@@ -2,10 +2,10 @@
let
config
=
{
"notGetBlocks"
:
[
"blocks-demo.html"
"blocks-demo.html"
,
],
"ignoredBlocks"
:
[
"no-js"
"no-js"
,
],
"alwaysAddBlocks"
:
[
// "sprite-svg",
...
...
@@ -14,14 +14,15 @@ let config = {
],
"addStyleBefore"
:
[
"src/scss/variables.scss"
,
"src/scss/mixins.scss"
"src/scss/mixins.scss"
,
// "somePackage/dist/somePackage.css", // для "node_modules/somePackage/dist/somePackage.css",
],
"addStyleAfter"
:
[
// "src/scss/print.scss"
// "src/scss/print.scss"
,
],
"addJsBefore"
:
[],
"addJsAfter"
:
[
"./script.js"
"./script.js"
,
],
"addAssets"
:
{
"src/fonts/demo-empty-open-sans.woff2"
:
"fonts/"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment