mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-01-17 04:38:24 +01:00
Creating data directory in dist
This commit is contained in:
parent
ffce00dece
commit
9dee28ef6c
@ -33,6 +33,7 @@ module.exports = function (grunt) {
|
||||
{ src: '.htaccess', dest: dist + '/' },
|
||||
{ expand: true, src: '*.php', dest: dist + '/' },
|
||||
{ expand: true, src: 'articles/**', dest: dist + '/' },
|
||||
{ src: 'data/dummy.txt', dest: dist + '/' },
|
||||
{ expand: true, src: 'client/img/**', dest: dist + '/' },
|
||||
{ expand: true, src: 'client/libs/prism/components/*.min.js', dest: dist + '/' },
|
||||
{ expand: true, src: 'server/**', dest: dist + '/' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user