Skip to content

Commit

Permalink
Change project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Apr 4, 2014
1 parent 0186359 commit 9274063
Show file tree
Hide file tree
Showing 658 changed files with 157,053 additions and 9 deletions.
35 changes: 35 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module.exports = function (grunt) {

// Project configuration.
grunt.initConfig({
uglify: {
options: {
preserveComments: 'some'
},
galereya: {
files: {
'dist/js/jquery.galereya.min.js': ['src/js/jquery.galereya.js']
}
}
},

copy: {
galereya: {
files: [
{
expand: true,
cwd: 'src/',
src: ['css/jquery.galereya.css', 'css/jquery.galereya.ie.css', 'js/jquery.galereya.js', 'img/*'],
dest: 'dist/'
}
]
}
}
});

grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-copy');

// Default task(s).
grunt.registerTask('default', ['uglify', 'copy']);
};
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion js/jquery.galereya.js → dist/js/jquery.galereya.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*!
* Galereya v0.9.93
* http://vodkabears.github.com/galereya
*
Expand Down
8 changes: 8 additions & 0 deletions dist/js/jquery.galereya.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions js/jquery.galereya.min.js

This file was deleted.

22 changes: 22 additions & 0 deletions node_modules/grunt-contrib-copy/LICENSE-MIT

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9274063

Please sign in to comment.