mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removing client files from release
This commit is contained in:
parent
2a17134c21
commit
1c83f00ec5
2 changed files with 8 additions and 10 deletions
10
.npmignore
10
.npmignore
|
@ -23,10 +23,14 @@ core/test/**
|
|||
.jshintrc
|
||||
*.iml
|
||||
config.js
|
||||
core/client/config-dev.js
|
||||
core/client/config-prod.js
|
||||
core/client/html/**
|
||||
core/built/scripts/templates.js
|
||||
core/built/public/jquery.js
|
||||
core/built/scripts/vendor.js
|
||||
core/built/scripts/templates.js
|
||||
core/built/scripts/ghost.js
|
||||
core/built/**/*.map
|
||||
core/client/**
|
||||
!core/client/assets/**
|
||||
CONTRIBUTING.md
|
||||
SECURITY.md
|
||||
.travis.yml
|
||||
|
|
|
@ -344,13 +344,7 @@ var path = require('path'),
|
|||
src: ['core/built/**']
|
||||
},
|
||||
release: {
|
||||
src: [
|
||||
'<%= paths.releaseBuild %>/**',
|
||||
'core/built/public/jquery.js',
|
||||
'core/built/scripts/vendor.js',
|
||||
'core/built/scripts/templates.js',
|
||||
'core/built/scripts/ghost.js'
|
||||
]
|
||||
src: ['<%= paths.releaseBuild %>/**']
|
||||
},
|
||||
test: {
|
||||
src: ['content/data/ghost-test.db']
|
||||
|
|
Loading…
Add table
Reference in a new issue