mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-18 21:58:01 +01:00
Tweak the frontend config, add yarn.lock file
This commit is contained in:
parent
fd5c32a3b5
commit
e88b663af2
1
.node-version
Normal file
1
.node-version
Normal file
@ -0,0 +1 @@
|
||||
8.11.3
|
4
Gruntfile.js
vendored
4
Gruntfile.js
vendored
@ -46,7 +46,7 @@ module.exports = grunt => {
|
||||
grunt.config('postcss', {
|
||||
prod: {
|
||||
options: {
|
||||
map: true,
|
||||
map: false,
|
||||
processors: [
|
||||
autoprefixer({
|
||||
browsers: 'last 3 version'
|
||||
@ -67,7 +67,7 @@ module.exports = grunt => {
|
||||
build: {
|
||||
options: {
|
||||
outputStyle: 'compressed',
|
||||
sourceMap: true
|
||||
sourceMap: false
|
||||
},
|
||||
files: {
|
||||
'<%= paths.dist %>/app.css': '<%= paths.assets %>/sass/app.scss'
|
||||
|
Loading…
x
Reference in New Issue
Block a user