mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Changed directory structure to be more like server's. src/js/*.js -> src/js/ripple/
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
webpack: {
|
||||
options: {
|
||||
entry: "./src/js/index.js",
|
||||
entry: "./src/js/ripple/index.js",
|
||||
library: "ripple"
|
||||
},
|
||||
lib: {
|
||||
@@ -86,7 +86,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
title: "Test"
|
||||
},
|
||||
src: ['src/js/'],
|
||||
src: ['src/js/ripple/'],
|
||||
dest: 'build/docs'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user