This is a demo for a frontend application, powered by React & Redux, written in ES6, typed with Flow, tested with Jest and built with Brunch. Messages are extracted in ./intl/messages.
brunch react redux flowtype demoBrunch plugin using Babel to turn latest ECMAScript standard code into vanilla ES5 with no runtime required.All the .js files in your project will be run through the babel compiler, except those it is configured to ignore, unless you use the pattern option.
babel brunch brunch-plugin brunch-compiler js es2016 es2015 es6 es5 6to5This is a source code repository for http://brunch.io.If you want to edit source files then you should switch to source branch and work with app directory. All files in the public dir are generated by Brunch and deployed automatically with Travis.
brunch site static-site gh-pagesAdds CoffeeScript support to Brunch.Install the plugin via npm with npm install --save-dev coffee-script-brunch.
brunch coffeescript brunch-plugin brunch-compilerAdds coffeelint support to brunch.Install the plugin via npm with npm install --save-dev coffeelint-brunch.
coffeelint brunch brunch-plugin brunch-linter coffeescriptExtract nodejs dependencies to browser.The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
deppack dependency dependencies module brunch packAllows to use Hot Module Replacement in your Brunch projects.Note: in production environment, hmr-brunch will strip all if (module.hot) { ... } conditionals.
brunch hmrAdds LESS support to brunch.Pass options as per lessc's documentation in your brunch-config, e.g. print source-file references in output by setting dumpLineNumbers.
brunch brunch-compiler brunch-plugin less stylesheets brunchplugin stylesheetAdds Nunjucks support to Brunch.templatePath: Default app/views. The top-level directory where your nunjucks templates are stored. Note: Windows users will want to use app\\views.
brunch brunch-plugin nunjucks template renderAdd all plugins you want to use with PostCSS in your package.json file too. For example, here we add Autoprefixer and CSS Wring.Or, use npm install --save-dev <plugin> to get latest version in package.json.
postcss brunch postprocessor postcss-runnerAdds Sass support to brunch.Install the plugin via npm with npm install --save-dev sass-brunch.
brunch brunch-plugin brunch-compiler sass scss libsass node-sassAdds TypeScript support to Brunch.Install the plugin via NPM with npm install --save-dev typescript-brunch.
brunch typescript brunch-plugin brunch-compiler tsc typescript-supportSee § How it Works for an explanation of the diagram above.Rails 5.1 will be adding official support for Webpack via webpacker. In contrast, npm-pipeline-rails is far less opinionated and more flexible than webpacker, but expect better support from using Rails's official integration.
rails npm brunch webpack browserify gulpAdds support to Brunch for pre-compiling single file Vue components. For 2.x support, use the master branch...
brunch vueBrunch with Dragons is a Brunch application skeleton bundled with cream of the crop technologies. Open browser-of-choice pointing to http://localhost:3333/ to see your application.
brunch livescript mocha karma boilerplate starter-kitCreate a Single Page Application(SPA) server with koa. Just like what pushserve does. The goal is simple, make all routes under your SPA send the same index.html, while keep assets files (css, js) under the same directory accessible.
koa spa koajs brunch backbone pushserve pushstateStatic site generation done right tasty. Yet another static generator, here to help you with more concrete use cases than just your personal blog.
static-site-generator brunch nodejs front-matter generate generator markdown static static-site yamlTransform static html files in brunch. html-brunch-static is a processor for brunch-static, a brunch plugin designed to handle static files. html-brunch-static can convert a variety of template languages into static html files with support for layouts and partial views.
brunch static markdown jade htmlTransform static files using brunch. Brunch is great for doing all sorts of transpiling, compiling, minifying, uglfying, combining, and other such activities on CSS and Javascript files. But what if you have a file that isn't CSS or Javascript (and doesn't transpile into those things), and you want to convert it into something else in your output? For example, maybe you don't want to write boring HTML when you could be using something more friendly (like jade). Brunch isn't really designed for that.
brunch static
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.