diff --git a/demos/requirejs-dev.html b/demos/requirejs-dev.html index bee6ecfe..c81616d8 100644 --- a/demos/requirejs-dev.html +++ b/demos/requirejs-dev.html @@ -29,6 +29,15 @@

TableFilter v0.0.0

Development workflow with RequireJs

+

+ To take advantage of the RequireJs development workflow use the + grunt dev-modules command. +

+

+ If you use extensions, you will need to specify the extensions path as per + configuration example. Sorting feature also requires the third-party + ../libs/sortabletable dependency to be imported. +


 
@@ -2587,7 +2596,7 @@
 
 
+
+
+
+
+
+
diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js
index e08ea779..32b418c7 100644
--- a/dist/tablefilter/tablefilter.js
+++ b/dist/tablefilter/tablefilter.js
@@ -1,6 +1,6 @@
 /** 
  *	 TableFilter v0.0.0 by Max Guglielmi 
- *	 build date: 2015-06-28T01:52:51.296Z 
+ *	 build date: 2015-06-29T08:20:58.589Z 
  *	 MIT License  
  */ 
 
diff --git a/dist/tablefilter/tf1.js b/dist/tablefilter/tf1.js
index 0a573427..a7550306 100644
--- a/dist/tablefilter/tf1.js
+++ b/dist/tablefilter/tf1.js
@@ -1,6 +1,6 @@
 /** 
  *	 TableFilter v0.0.0 by Max Guglielmi 
- *	 build date: 2015-06-28T01:52:51.296Z 
+ *	 build date: 2015-06-29T08:20:58.589Z 
  *	 MIT License  
  */ 
 
diff --git a/static/templates/requirejs-dev.html b/static/templates/requirejs-dev.html
index 2cd5b61b..4bd9d5cc 100644
--- a/static/templates/requirejs-dev.html
+++ b/static/templates/requirejs-dev.html
@@ -7,6 +7,15 @@
 
 

{NAME} v{VERSION}

Development workflow with RequireJs

+

+ To take advantage of the RequireJs development workflow use the + grunt dev-modules command. +

+

+ If you use extensions, you will need to specify the extensions path as per + configuration example. Sorting feature also requires the third-party + ../libs/sortabletable dependency to be imported. +

@@ -15,7 +24,7 @@ + + + + +