see migration.ex
then
mix ecto.migrate
see:
- role.Ex
- permission.ex
- role_permission.ex
module MyRnd exposing (Rnd, andThen, charFromInt, gen26, integer, letter, listNChars, listNIntegers, map, pure, toList, toTuple, twoChars, twoInts) | |
import Random exposing (Seed, initialSeed, int, step) | |
type alias Rnd a = | |
Seed -> ( a, Seed ) | |
charFromInt : Int -> Char |
Tested on phoenix 1.3 (stand alone app and in umbrella)
npm install --save-dev sass-brunch copycat-brunch
sass-brunch will be used to compile sass files to css.
copycat-brunch wille be used to cpy fonts to priv/static.
NOTE: If you are on Linux 64 bits, sass-brunch won't work in Node 8.x, be sure to use Nodejs 7.x or lower (nvm is your friend).