mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Added concat and uglify tasks to grunt. Piskel on master will only be able to work in debug mode, by passing ?debug in URL. The minified version is built in /build, which has been added to .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -3,10 +3,14 @@
|
||||
|
||||
# nodejs local installs
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# git stackdumps
|
||||
*.stackdump
|
||||
*.stackdump
|
||||
|
||||
# builds
|
||||
build
|
||||
Reference in New Issue
Block a user