generated from Accuraty/AccuTheme-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
37 lines (29 loc) · 994 Bytes
/
.env
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
# Set this to either `production` or `development`
PROJECT_MODE = "development"
# Favicon
# =======
# Add a favicon picture (SVG, PNG, etc.) to `./src/media/images`.
# The picture should be 512x512 for optimal results.
# Then just use `npm run favicons` (or do a complete build)
FAVICON_FILENAME = "favicon.png"
# Local assets
# ============
# Set as `true` to include these resources in the Gulp pipeline.
# This will process files from the `/src` directory during compile.
LOCAL_FONTS = true
LOCAL_SVG = true
LOCAL_IMAGES = true
LOCAL_VIDEOS = false
# Stylesheets
# ===========
# Set as `true` to have Gulp compile each grouping of styles.
# 1. Skin-related files (e.g., `Skin.css` and `Home.css`)
# 2. Modules. Standalone stylesheets, usually for 2sxc.
# 3. DNN containers.
SKIN_STYLES = true # 1
MODULE_STYLES = true # 2
CONTAINER_STYLES = false # 3
# JavaScript
# ==========
# Set as `true` to include these resources in the Gulp pipeline.
CUSTOM_SCRIPTS = true