pushing preview for import

This commit is contained in:
jdescottes 2013-10-23 23:44:53 +02:00
parent 16594369d8
commit 621173555c
4 changed files with 16949 additions and 5 deletions

3
.gitignore vendored
View File

@ -4,9 +4,6 @@
# nodejs local installs
node_modules
#build artifacts
build
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
*.sublime-project
*.sublime-workspace

View File

@ -5,9 +5,9 @@
* - run a grunt target defined in Gruntfiles.js, ex: 'grunt lint'
*
* Note: The 'ghost' grunt task have special deps on CasperJS and phantomjs.
* For now, It's configured to run only on TravisCI where these deps are
* For now, It's configured to run only on TravisCI where these deps are
* correctly defined.
* If you run this task locally, it may require some env set up first.
* If you run this task locally, it may require some env set up first.
*/
module.exports = function(grunt) {

8
preview/build/piskel-packaged-min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long