packages feed

yesod-static-angular 0.1.5 → 0.1.6

raw patch · 4 files changed

+6/−6 lines, 4 files

Files

README.md view
@@ -19,7 +19,7 @@   easily write hspec examples which are webdriver tests.  The-[example](https://bitbucket.org/wuzzeb/yesod-static-generators/src/tip/angular/example?at=default)+[example](https://bitbucket.org/wuzzeb/yesod-static-angular/src/tip/example?at=default) directory in the source code contains an example application that shows all of the above packages in action.  Also, I have two blog posts describing the example and its tests. 
Yesod/EmbeddedStatic/AngularJavascript.hs view
@@ -31,7 +31,7 @@ -- <https://hackage.haskell.org/package/webdriver-angular webdriver-angular> package works well. -- -- There is an--- <https://bitbucket.org/wuzzeb/yesod-static-generators/src/tip/angular/example?at=default example>+-- <https://bitbucket.org/wuzzeb/yesod-static-angular/src/tip/example?at=default example> -- in the source code which shows an application, unit testing with karma, and end2end -- testing with webdriver. module Yesod.EmbeddedStatic.AngularJavascript(
example/README.md view
@@ -15,7 +15,7 @@   this one route.  This Angular code must be written in a certian style for the generator to process   it correctly.  The style is explained in detail in the haddock for   `Yesod.EmbeddedStatic.AngularJavascript`.  The-  [README.md](https://bitbucket.org/wuzzeb/yesod-static-generators/src/tip/angular/example/angular-app/README.md)+  [README.md](https://bitbucket.org/wuzzeb/yesod-static-angular/src/tip/example/angular-app/README.md)   within the `angular-app` directory explains how the example application implemented these rules.  ### Compiling and running the example
yesod-static-angular.cabal view
@@ -1,5 +1,5 @@ name:              yesod-static-angular-version:           0.1.5+version:           0.1.6 cabal-version:     >= 1.8 build-type:        Simple synopsis:          Yesod generators for embedding AngularJs code into yesod-static at compile time@@ -8,7 +8,7 @@ maintainer:        John Lenz <lenz@math.uic.edu> license:           MIT license-file:      LICENSE-homepage:          https://bitbucket.org/wuzzeb/yesod-static-generators+homepage:          https://bitbucket.org/wuzzeb/yesod-static-angular stability:         Experimental description:       yesod-static supports generators which run at compile time which create static                    resources to embed directly into the executable.  This package leverages this to@@ -44,7 +44,7 @@  source-repository head     type: mercurial-    location: https://bitbucket.org/wuzzeb/yesod-static-generators+    location: https://bitbucket.org/wuzzeb/yesod-static-angular  flag example     Description: Build the example program