1
0
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:
Kovah 2018-08-22 23:06:56 +02:00
parent fd5c32a3b5
commit e88b663af2
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
3 changed files with 4375 additions and 2 deletions

1
.node-version Normal file
View File

@ -0,0 +1 @@
8.11.3

4
Gruntfile.js vendored
View File

@ -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'

4372
yarn.lock Normal file

File diff suppressed because it is too large Load Diff