All Projects → adzerk-oss → Boot Reload

adzerk-oss / Boot Reload

Licence: epl-1.0
Boot task providing live-reload of browser css, images, etc.

Programming Languages

javascript
184084 projects - #8 most used programming language
clojure
4091 projects
clojurescript
191 projects

Projects that are alternatives of or similar to Boot Reload

universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (-12.22%)
Mutual labels:  livereload, hot-reload
Boot Figreload
Boot task providing live-reload using Fighweel client
Stars: ✭ 50 (-44.44%)
Mutual labels:  livereload, hot-reload
hot-reload
Hot reload development for Go
Stars: ✭ 72 (-20%)
Mutual labels:  livereload, hot-reload
Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+1643.33%)
Mutual labels:  livereload, hot-reload
Jet Live
c++ hot code reload for linux and macos
Stars: ✭ 283 (+214.44%)
Mutual labels:  livereload, hot-reload
Webpack Dev Server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Stars: ✭ 7,250 (+7955.56%)
Mutual labels:  hot-reload
Slater Theme
Shopify Starter theme based on slate
Stars: ✭ 47 (-47.78%)
Mutual labels:  livereload
Livereactload
Live code editing with Browserify and React
Stars: ✭ 870 (+866.67%)
Mutual labels:  livereload
Systemjs Hmr
Hot Module Replacement for SystemJS
Stars: ✭ 24 (-73.33%)
Mutual labels:  hot-reload
Extracted Loader
It reloads extracted stylesheets extracted with ExtractTextPlugin
Stars: ✭ 67 (-25.56%)
Mutual labels:  hot-reload
Universal Hmr Ssr React Redux
⚡A Universal Javascript App Utilizing Express, Webpack, React, Redux and React Router with Server Side Rendering and Hot Module Reloading ⚡
Stars: ✭ 60 (-33.33%)
Mutual labels:  hot-reload
React Pwa Webpack Starter
Boilerplate to build a React PWA with Webpack + Workbox
Stars: ✭ 38 (-57.78%)
Mutual labels:  hot-reload
Hot Loader Demo
React Hot Loader 3 minimal demo
Stars: ✭ 27 (-70%)
Mutual labels:  hot-reload
Svelte Redux Shopping Cart
Example Shopping Cart App using Svelte, Redux, and Webpack
Stars: ✭ 13 (-85.56%)
Mutual labels:  hot-reload
Html5 Boilerplate
A simple, fast, modern, pure html, css (and sass), js, live reload starter template
Stars: ✭ 65 (-27.78%)
Mutual labels:  livereload
Cr
cr.h: A Simple C Hot Reload Header-only Library
Stars: ✭ 845 (+838.89%)
Mutual labels:  hot-reload
Elm Live
⚡ A flexible dev server for Elm. Live reload included.
Stars: ✭ 973 (+981.11%)
Mutual labels:  livereload
Vue2 Web
酷我音乐—vue2、vue-router2、webpack2框架
Stars: ✭ 54 (-40%)
Mutual labels:  hot-reload
Hot Reload.vim
A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved
Stars: ✭ 33 (-63.33%)
Mutual labels:  hot-reload
Got Reload
Reload Go code in a running process at function/method level granularity, using Yaegi
Stars: ✭ 29 (-67.78%)
Mutual labels:  hot-reload

boot-reload Downloads Build Status Dependencies Status

Clojars Project

Boot task to automatically reload resources in the browser when files in the project change. Communication with the client is via websockets.

  • Provides the reload task
  • Reload client can show warnings and exceptions heads-up display

Usage

Add dependency to build.boot and require the task:

(set-env! :dependencies '[[adzerk/boot-reload "X.Y.Z" :scope "test"]])

(require '[adzerk.boot-reload :refer [reload]])

Add the task to your development pipeline before (cljs ...):

(deftask dev []
  (comp
   (reload)
   (cljs)))

Additional Info

You can see the options available on the command line:

boot reload --help

or in the REPL:

boot.user=> (doc reload)

Examples

For in-depth, up-to-date examples of how to use reload in development, see Boot templates and example projects in the ClojureScript wiki.

License

Copyright © 2014 Adzerk
Copyright © 2015-2017 Juho Teperi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].