-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
38 lines (33 loc) · 1.31 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Your project's server will run on localhost:xxxx at this port
PORT: 8000
# Autoprefixer will make sure your CSS works with these browsers
COMPATIBILITY:
- "last 2 versions"
- "ie >= 10"
- "ios >= 7"
# UnCSS will use these settings
UNCSS_OPTIONS:
html:
# Search for used CSS classes in generated HTML files
- "dist/**/*.html"
ignore:
- !!js/regexp .foundation-mq
- !!js/regexp ^\.is-.*
# Gulp will reference these paths when it copies files
PATHS:
# Path to dist folder
dist: ""
# Paths to static assets that aren't images, CSS, or JavaScript
assets:
- "assets/fonts/*"
- "!assets/{img,js,scss,css}/**/*"
# Paths to JavaScript entry points for webpack to bundle modules
entries:
- "assets/js/toggle-wpautop.js"
- "assets/js/toggle-wpautop-admin.js"
LOCAL_PATH: "http://togglewpautop.test"
BANNERS:
plugin: "![Toggle wpautop](https://github.com/linchpin/toggle-wpautop/blob/master/.wordpress-org/banner-1544x500.png?raw=true)"
build_status: "![Build Status](https://github.com/linchpin/toggle-wpautop/workflows/Deploy%20to%20WordPress.org/badge.svg)"
maintain: "![Maintainability](https://api.codeclimate.com/v1/badges/b0952123b4fc04922a85/maintainability)"
linchpin: "![Linchpin](https://github.com/linchpin/brand-assets/blob/master/github-opensource-banner.png?raw=true)"