File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ The basic structure of the project is given in the following way:
27
27
28
28
<pre >
29
29
.
30
- |-- build/
30
+ |-- demo/
31
+ | |-- index.html
32
+ |-- dist/
31
33
| |-- jquery.boilerplate.js
32
34
| |-- jquery.boilerplate.min.js
33
35
|-- src/
@@ -43,7 +45,11 @@ The basic structure of the project is given in the following way:
43
45
44
46
</pre >
45
47
46
- #### [ build/] ( https://github.com/jquery-boilerplate/boilerplate/tree/master/build )
48
+ #### [ demo/] ( https://github.com/jquery-boilerplate/boilerplate/tree/master/demo )
49
+
50
+ Contains a simple HTML file to demonstrate your plugin.
51
+
52
+ #### [ dist/] ( https://github.com/jquery-boilerplate/boilerplate/tree/master/dist )
47
53
48
54
This is where the generated files are stored once Grunt runs.
49
55
You can’t perform that action at this time.
0 commit comments