mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Enhancement : full piskel build deployed to dest
Use grunt [default] to build the application. Target dest with a webserver to launch the application.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -12,15 +12,12 @@ npm-debug.log
|
||||
# git stackdumps
|
||||
*.stackdump
|
||||
|
||||
# builds
|
||||
build/*.js
|
||||
build/*.css
|
||||
|
||||
# diffs
|
||||
diff.txt
|
||||
|
||||
# Closure compiler generated JS binary.
|
||||
build/closure/closure_compiled_binary.js
|
||||
# build destination
|
||||
dest
|
||||
|
||||
# marked as private
|
||||
*.private.*
|
Reference in New Issue
Block a user