Saturday, 15 February 2014

Reverse skip_files in Google App Engine app.yaml -



Reverse skip_files in Google App Engine app.yaml -

i have next skip_files in app.yaml:

skip_files: - ^\..* - ^.*\.(json|yaml)$ - ^gruntfile\.js$ - ^bower_components - ^node_modules - ^src - ^tests - ^tmp

this pretty bloated. want add together skip_files except in dist folder.

is possible?

this working me :

skip_files: - (?!^dist)

google-app-engine

No comments:

Post a Comment