Add bower_components as it contains the resources used by github pages.
This commit is contained in:
15
bower_components/Split.js/Gruntfile.js
vendored
Normal file
15
bower_components/Split.js/Gruntfile.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = function(grunt) {
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
jasmine: {
|
||||
test: {
|
||||
src: 'split.js',
|
||||
options: {
|
||||
specs: ['test/split.spec.js']
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
grunt.loadNpmTasks('grunt-contrib-jasmine');
|
||||
};
|
||||
Reference in New Issue
Block a user