• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

N

nightwave

@nightwave
About
Posts
4
Topics
3
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    How to configure grunt file to generate source maps with LESS ?
  • N nightwave

    Hi, i want to configure grunt file to generate source maps compatible with FireFox Developer Tools.
    Tried add this to grunt.js:

    grunt.initConfig({
    	watch: {
    		options: {
    				strictImports : true,
    				sourceMap: true,
    			        sourceMapFilename: 'public/stylesheet.css.map',
    				sourceMapURL: 'http://127.0.0.1:4567/stylesheet.css.map'
    			}
    		lessUpdated_Client: {
    			files: [
    				'public/*.less',
    				'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
    				'!node_modules/nodebb-*/node_modules/**',
    				'!node_modules/nodebb-*/.git/**'
    			]
    		},
    

  • RE: How can i update my persona theme
  • N nightwave

    @yariplus Thanks !


  • How can i update my persona theme
  • N nightwave

    My persona theme version is 4.0.118 and i want to update to the latest.
    tried to npm update within persona directory with no success.


  • RTL language issue with NodeBB themes
  • N nightwave

    Hey guys, i am new with nodebb.
    I have this problem after a changed for RTL language and the alignment of avatar name and image is still left to right, can you give me some direction how to fix this ? (i have latest versiom 1.0.3) iam also will want to contribute with dedicated RTL theme.
    alt text

  • Login

  • Don't have an account? Register

  • Login or register to search.

  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.