Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
ccfbb102
Commit
ccfbb102
authored
Sep 14, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-merge' into dev
parents
248d242b
09326ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
shell.nix
shell.nix
+11
-1
No files found.
shell.nix
View file @
ccfbb102
...
...
@@ -49,7 +49,7 @@ let
spago build --purs-args '--codegen corefn,js'
zephyr -f Main.main
yarn parcel build dist/index.html --public-url '.' --no-source-maps
browserify-zephyr
''
;
browserify
=
pkgs
.
writeShellScriptBin
"browserify"
''
...
...
@@ -59,6 +59,14 @@ let
pulp browserify --skip-compile -t dist/bundle.js --src-path output
''
;
browserify-zephyr
=
pkgs
.
writeShellScriptBin
"browserify-zephyr"
''
#!/usr/bin/env bash
set -e
pulp browserify --skip-compile -t dist/bundle.js -o dce-output
#purs bundle -o dist/bundle.js -m Main dce-output/**/*.js
''
;
minify-bundle
=
pkgs
.
writeShellScriptBin
"minify-bundle"
''
#!/usr/bin/env bash
set -e
...
...
@@ -91,12 +99,14 @@ pkgs.mkShell {
easy-ps
.
dhall-json-simple
easy-ps
.
zephyr
browserify
browserify-zephyr
build-css
build-purs
build-watch
build-zephyr
build
minify-bundle
pkgs
.
closurecompiler
pkgs
.
minify
pkgs
.
nodejs
repl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment